diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-30 15:01:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-01 11:36:37 -0500 |
commit | 577b981714b0b3530817569bf705bd74881efc83 (patch) | |
tree | f661272aa04decb8c6b4cccea49ad8a6e6641da7 | |
parent | 30828d2b6070f1a4c71f26da75cda4bcdabfca02 (diff) |
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>
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 2 |
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 @@ | |||
13 | #include <linux/aer.h> | 13 | #include <linux/aer.h> |
14 | #include <linux/log2.h> | 14 | #include <linux/log2.h> |
15 | 15 | ||
16 | #include <linux/sysfs.h> | ||
17 | |||
18 | int qlcnicvf_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable) | 16 | int qlcnicvf_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable) |
19 | { | 17 | { |
20 | return -EOPNOTSUPP; | 18 | return -EOPNOTSUPP; |