From: zhong jiang Date: Tue, 18 Sep 2018 08:19:35 +0000 (+0800) Subject: net: wan: remove redundant include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9d957c5b10929a14b0a2b7f7d6f81e9ba6f828c;p=linux.git net: wan: remove redundant include module.h already contained 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: David S. Miller --- diff --git a/drivers/net/wan/c101.c b/drivers/net/wan/c101.c index 2371e078afbbd..91dbbde3c35b9 100644 --- a/drivers/net/wan/c101.c +++ b/drivers/net/wan/c101.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/net/wan/pci200syn.c b/drivers/net/wan/pci200syn.c index 4e437c599e9a5..1f8a3f77a7b99 100644 --- a/drivers/net/wan/pci200syn.c +++ b/drivers/net/wan/pci200syn.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include