* [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
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).