diff options
author | zhong jiang <zhongjiang@huawei.com> | 2018-09-18 11:19:35 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-19 06:08:08 +0300 |
commit | b9d957c5b10929a14b0a2b7f7d6f81e9ba6f828c (patch) | |
tree | 3b435b227ae4b6142e55a9e9e614b869d137cd12 /drivers/net/wan/pci200syn.c | |
parent | e641e99f261f5203a911a9e0db54a214460d2cc4 (diff) | |
download | linux-b9d957c5b10929a14b0a2b7f7d6f81e9ba6f828c.tar.xz |
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 <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/pci200syn.c')
-rw-r--r-- | drivers/net/wan/pci200syn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/pci200syn.c b/drivers/net/wan/pci200syn.c index 4e437c599e9a..1f8a3f77a7b9 100644 --- a/drivers/net/wan/pci200syn.c +++ b/drivers/net/wan/pci200syn.c @@ -27,7 +27,6 @@ #include <linux/errno.h> #include <linux/init.h> #include <linux/ioport.h> -#include <linux/moduleparam.h> #include <linux/netdevice.h> #include <linux/hdlc.h> #include <linux/pci.h> |