aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-03-13 03:02:20 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-13 11:31:57 -0400
commitdf594563fc8503d8473341fc67fc890c65c3a7c9 (patch)
tree2e23599f3b73678ad0f7bff75a3487302f0ab3f2 /drivers
parentqlcnic: Bump up the version to 5.1.37 (diff)
downloadlinux-dev-df594563fc8503d8473341fc67fc890c65c3a7c9.tar.xz
linux-dev-df594563fc8503d8473341fc67fc890c65c3a7c9.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/sfc/efx.c1
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 @@
#include <linux/ethtool.h>
#include <linux/topology.h>
#include <linux/gfp.h>
-#include <linux/pci.h>
#include <linux/cpu_rmap.h>
#include <linux/aer.h>
#include "net_driver.h"