Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

zhong jiang and committed by
David S. Miller
b9d957c5 e641e99f

-2
-1
drivers/net/wan/c101.c
··· 24 24 #include <linux/string.h> 25 25 #include <linux/errno.h> 26 26 #include <linux/init.h> 27 - #include <linux/moduleparam.h> 28 27 #include <linux/netdevice.h> 29 28 #include <linux/hdlc.h> 30 29 #include <linux/delay.h>
-1
drivers/net/wan/pci200syn.c
··· 27 27 #include <linux/errno.h> 28 28 #include <linux/init.h> 29 29 #include <linux/ioport.h> 30 - #include <linux/moduleparam.h> 31 30 #include <linux/netdevice.h> 32 31 #include <linux/hdlc.h> 33 32 #include <linux/pci.h>