* [PATCH] rtw88: 8822c: Fix duplicate included coex.h
@ 2021-05-08 10:35 Jiapeng Chong
2021-06-23 17:43 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2021-05-08 10:35 UTC (permalink / raw)
To: tony0620emma
Cc: kvalo, davem, kuba, linux-wireless, netdev, linux-kernel,
Jiapeng Chong
Clean up the following includecheck warning:
./drivers/net/wireless/realtek/rtw88/rtw8822c.c: coex.h is included more
than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
drivers/net/wireless/realtek/rtw88/rtw8822c.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/realtek/rtw88/rtw8822c.c b/drivers/net/wireless/realtek/rtw88/rtw8822c.c
index 6cb593cc3..1cb7059 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8822c.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8822c.c
@@ -17,7 +17,6 @@
#include "util.h"
#include "bf.h"
#include "efuse.h"
-#include "coex.h"
#define IQK_DONE_8822C 0xaa
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-23 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-08 10:35 [PATCH] rtw88: 8822c: Fix duplicate included coex.h Jiapeng Chong
2021-06-23 17:43 ` Kalle Valo
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).