diff options
author | Cheah Kok Cheong | 2017-01-07 12:13:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2017-01-10 17:38:32 +0100 |
commit | 7bfe956c78b07d072df6b78b82417a11dff52bb7 (patch) | |
tree | 6a89e320e27aca9bc209af54522bf7902e669de1 /drivers/staging/comedi | |
parent | Staging: comedi: comedi_fops: Remove unused kmod.h header (diff) | |
download | kernel-qcow2-linux-7bfe956c78b07d072df6b78b82417a11dff52bb7.tar.gz kernel-qcow2-linux-7bfe956c78b07d072df6b78b82417a11dff52bb7.tar.xz kernel-qcow2-linux-7bfe956c78b07d072df6b78b82417a11dff52bb7.zip |
Staging: comedi: comedi_fops: Remove redundant init.h header
After commit 0fd972a7d91d ("module: relocate module_init
from init.h to module.h"), including module.h will do and
init.h is also thrown in.
Signed-off-by: Cheah Kok Cheong <thrust73@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r-- | drivers/staging/comedi/comedi_fops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 268a91133745..622ad0cc65df 100644 --- a/drivers/staging/comedi/comedi_fops.c +++ b/drivers/staging/comedi/comedi_fops.c @@ -29,7 +29,6 @@ #include <linux/mm.h> #include <linux/slab.h> #include <linux/poll.h> -#include <linux/init.h> #include <linux/device.h> #include <linux/vmalloc.h> #include <linux/fs.h> |