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>
此提交包含在:
zhong jiang
2018-09-18 16:10:13 +08:00
提交者 David S. Miller
父節點 7e76798f43
當前提交 e641e99f26
共有 4 個檔案被更改,包括 0 行新增4 行删除

查看文件

@@ -39,7 +39,6 @@
#include <linux/if_vlan.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/numa.h>
#include <linux/pci.h>
#include <linux/utsname.h>