aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-11-30 20:01:25 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-01 11:36:37 -0500
commit577b981714b0b3530817569bf705bd74881efc83 (patch)
treef661272aa04decb8c6b4cccea49ad8a6e6641da7 /drivers/net/ethernet/qlogic
parentmyri10ge: fix incorrect use of ntohs() (diff)
downloadlinux-dev-577b981714b0b3530817569bf705bd74881efc83.tar.xz
linux-dev-577b981714b0b3530817569bf705bd74881efc83.zip
qlcnic: remove duplicated include from qlcnic_sysfs.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
index 10a702af4e8d..bdaa8cea349c 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
@@ -13,8 +13,6 @@
#include <linux/aer.h>
#include <linux/log2.h>
-#include <linux/sysfs.h>
-
int qlcnicvf_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable)
{
return -EOPNOTSUPP;