* [PATCH] staging: rtl8723bs: remove reference to nonexistent CONFIG_SDIO_HCI option
@ 2026-06-13 18:30 Ethan Nelson-Moore
0 siblings, 0 replies; only message in thread
From: Ethan Nelson-Moore @ 2026-06-13 18:30 UTC (permalink / raw)
To: Greg Kroah-Hartman, Siwanan Bungtong, Ethan Tidmore, Artur Stupa,
linux-staging
Cc: Ethan Nelson-Moore
A comment in the rtl8723bs driver contains a reference to
CONFIG_SDIO_HCI, which does not exist in the kernel. Remove it.
Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
drivers/staging/rtl8723bs/core/rtw_io.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_io.c b/drivers/staging/rtl8723bs/core/rtw_io.c
index 53ba99e1de00..959bc702d22c 100644
--- a/drivers/staging/rtl8723bs/core/rtw_io.c
+++ b/drivers/staging/rtl8723bs/core/rtw_io.c
@@ -13,13 +13,6 @@
*
* c. provides the software interface between caller and the hardware interface
*
- *
- * Compiler Flag Option:
- *
- * 1. CONFIG_SDIO_HCI:
- * a. USE_SYNC_IRP: Only sync operations are provided.
- * b. USE_ASYNC_IRP:Both sync/async operations are provided.
- *
* jackson@realtek.com.tw
*/
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 18:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-13 18:30 [PATCH] staging: rtl8723bs: remove reference to nonexistent CONFIG_SDIO_HCI option Ethan Nelson-Moore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox