aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
diff options
context:
space:
mode:
authorzhong jiang <zhongjiang@huawei.com>2018-09-18 16:10:13 +0800
committerDavid S. Miller <davem@davemloft.net>2018-09-18 20:07:27 -0700
commite641e99f261f5203a911a9e0db54a214460d2cc4 (patch)
treef975a8b96c854fa1f99d05118196bebf10351036 /drivers/net/ethernet/atheros/atlx/atl1.c
parentMerge branch 'neterion-use-linux-io-64-nonatomic-lo-hi-h' (diff)
downloadlinux-dev-e641e99f261f5203a911a9e0db54a214460d2cc4.tar.xz
linux-dev-e641e99f261f5203a911a9e0db54a214460d2cc4.zip
net: ethernet: 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/ethernet/atheros/atlx/atl1.c')
-rw-r--r--drivers/net/ethernet/atheros/atlx/atl1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c b/drivers/net/ethernet/atheros/atlx/atl1.c
index b81fbf119bce..72e7fa71e84c 100644
--- a/drivers/net/ethernet/atheros/atlx/atl1.c
+++ b/drivers/net/ethernet/atheros/atlx/atl1.c
@@ -63,7 +63,6 @@
#include <linux/jiffies.h>
#include <linux/mii.h>
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/net.h>
#include <linux/netdevice.h>
#include <linux/pci.h>