]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: comedi: comedi_fops: Remove redundant init.h header
authorCheah Kok Cheong <thrust73@gmail.com>
Sat, 7 Jan 2017 11:13:10 +0000 (19:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 16:38:32 +0000 (17:38 +0100)
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>
drivers/staging/comedi/comedi_fops.c

index 268a911337458245883aadf57f8e45fe467efd95..622ad0cc65dfd9f5213a1eb3d5467679f8188dd8 100644 (file)
@@ -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>