netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] rtlwifi: rtl8723be: Remove duplicate inclusion of phy.h
@ 2014-05-29 11:09 Sachin Kamat
  2014-05-29 11:09 ` [PATCH 2/2] rtlwifi: rtl8723ae: Remove duplicate inclusion of fw_common.h Sachin Kamat
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-05-29 11:09 UTC (permalink / raw)
  To: linux-wireless, netdev; +Cc: Larry.Finger, chaoming_li, linville, sachin.kamat

phy.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/net/wireless/rtlwifi/rtl8723be/trx.c |    1 -
 1 file changed, 1 deletion(-)

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 @@
 #include "trx.h"
 #include "led.h"
 #include "dm.h"
-#include "phy.h"
 
 static u8 _rtl8723be_map_hwqueue_to_fwqueue(struct sk_buff *skb, u8 hw_queue)
 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] rtlwifi: rtl8723ae: Remove duplicate inclusion of fw_common.h
  2014-05-29 11:09 [PATCH 1/2] rtlwifi: rtl8723be: Remove duplicate inclusion of phy.h Sachin Kamat
@ 2014-05-29 11:09 ` Sachin Kamat
  0 siblings, 0 replies; 2+ messages in thread
From: Sachin Kamat @ 2014-05-29 11:09 UTC (permalink / raw)
  To: linux-wireless, netdev; +Cc: Larry.Finger, chaoming_li, linville, sachin.kamat

fw_common.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 .../wireless/rtlwifi/rtl8723ae/hal_bt_coexist.c    |    1 -
 1 file changed, 1 deletion(-)

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 @@
 #include "dm.h"
 #include "fw.h"
 #include "../rtl8723com/fw_common.h"
-#include "../rtl8723com/fw_common.h"
 #include "phy.h"
 #include "reg.h"
 #include "hal_btc.h"
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-29 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 11:09 [PATCH 1/2] rtlwifi: rtl8723be: Remove duplicate inclusion of phy.h Sachin Kamat
2014-05-29 11:09 ` [PATCH 2/2] rtlwifi: rtl8723ae: Remove duplicate inclusion of fw_common.h Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).