From: zhong jiang Date: Tue, 18 Sep 2018 08:59:34 +0000 (+0800) Subject: misc: remove redundant include moduleparam.h X-Git-Tag: v5.15~7734^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7052c5e12851ed5882ca0d0d201060511e8ffa02;p=platform%2Fkernel%2Flinux-starfive.git misc: remove redundant include moduleparam.h module.h already contains moduleparam.h, so it is safe to remove the redundant include. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/mei/bus-fixup.c b/drivers/misc/mei/bus-fixup.c index a6f41f9..80215c3 100644 --- a/drivers/misc/mei/bus-fixup.c +++ b/drivers/misc/mei/bus-fixup.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/misc/vmw_vmci/vmci_host.c b/drivers/misc/vmw_vmci/vmci_host.c index 83e0c95..be732e5 100644 --- a/drivers/misc/vmw_vmci/vmci_host.c +++ b/drivers/misc/vmw_vmci/vmci_host.c @@ -15,7 +15,6 @@ #include #include -#include #include #include #include