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-Url: https://git.stricted.de/?a=commitdiff_plain;h=7bfe956c78b07d072df6b78b82417a11dff52bb7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 268a91133745..622ad0cc65df 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