diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-29 07:09:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-29 13:10:38 -0400 |
commit | 8ac070c02df91cbdf5ef418c4e18bd4b169767cc (patch) | |
tree | d8148ee589fddf286db05f7fac6027f5f9c5db56 | |
parent | 71a5f88120ae8a1662a27f5d17108e7c7162df1e (diff) |
rtlwifi: rtl8723be: Remove duplicate inclusion of phy.h
phy.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8723be/trx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8723be/trx.c b/drivers/net/wireless/rtlwifi/rtl8723be/trx.c index e0a0d8c8fed5..969eaea5eddd 100644 --- a/drivers/net/wireless/rtlwifi/rtl8723be/trx.c +++ b/drivers/net/wireless/rtlwifi/rtl8723be/trx.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include "trx.h" | 33 | #include "trx.h" |
34 | #include "led.h" | 34 | #include "led.h" |
35 | #include "dm.h" | 35 | #include "dm.h" |
36 | #include "phy.h" | ||
37 | 36 | ||
38 | static u8 _rtl8723be_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) | 37 | static u8 _rtl8723be_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue) |
39 | { | 38 | { |