diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-29 07:09:24 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-29 13:10:38 -0400 |
commit | 6e6f1fa60f512e4ddc1e5442eaeda53b34c005b3 (patch) | |
tree | c2419454079aea4e99dac554dbd45fb5c370e28e /drivers/net/wireless/rtlwifi | |
parent | 8ac070c02df91cbdf5ef418c4e18bd4b169767cc (diff) |
rtlwifi: rtl8723ae: Remove duplicate inclusion of fw_common.h
fw_common.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c b/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c index 48fee1be78c2..5b4a714f3c8c 100644 --- a/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c +++ b/drivers/net/wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include "dm.h" | 32 | #include "dm.h" |
33 | #include "fw.h" | 33 | #include "fw.h" |
34 | #include "../rtl8723com/fw_common.h" | 34 | #include "../rtl8723com/fw_common.h" |
35 | #include "../rtl8723com/fw_common.h" | ||
36 | #include "phy.h" | 35 | #include "phy.h" |
37 | #include "reg.h" | 36 | #include "reg.h" |
38 | #include "hal_btc.h" | 37 | #include "hal_btc.h" |