diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-03-12 23:02:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-13 11:31:57 -0400 |
commit | df594563fc8503d8473341fc67fc890c65c3a7c9 (patch) | |
tree | 2e23599f3b73678ad0f7bff75a3487302f0ab3f2 | |
parent | 7f02d1601cf05ce79fde78cb9b9bc2e375f87126 (diff) |
sfc: remove duplicated include from efx.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/sfc/efx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index f050248e9fba..78c33249a21b 100644 --- a/drivers/net/ethernet/sfc/efx.c +++ b/drivers/net/ethernet/sfc/efx.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/ethtool.h> | 21 | #include <linux/ethtool.h> |
22 | #include <linux/topology.h> | 22 | #include <linux/topology.h> |
23 | #include <linux/gfp.h> | 23 | #include <linux/gfp.h> |
24 | #include <linux/pci.h> | ||
25 | #include <linux/cpu_rmap.h> | 24 | #include <linux/cpu_rmap.h> |
26 | #include <linux/aer.h> | 25 | #include <linux/aer.h> |
27 | #include "net_driver.h" | 26 | #include "net_driver.h" |