From: Cheah Kok Cheong Date: Sat, 7 Jan 2017 11:13:10 +0000 (+0800) Subject: Staging: comedi: comedi_fops: Remove redundant init.h header X-Git-Tag: v4.14-rc1~1455^2~395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bfe956c78b07d072df6b78b82417a11dff52bb7;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 268a911..622ad0c 100644 --- a/drivers/staging/comedi/comedi_fops.c +++ b/drivers/staging/comedi/comedi_fops.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include