From 7bfe956c78b07d072df6b78b82417a11dff52bb7 Mon Sep 17 00:00:00 2001 From: Cheah Kok Cheong Date: Sat, 7 Jan 2017 19:13:10 +0800 Subject: 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 --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/comedi/comedi_fops.c') 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 -- cgit