From: Ethan Nelson-Moore <enelsonmoore@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Siwanan Bungtong <horstaufmental@gmail.com>,
Ethan Tidmore <ethantidmore06@gmail.com>,
Artur Stupa <arthur.stupa@gmail.com>,
linux-staging@lists.linux.dev
Cc: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Subject: [PATCH] staging: rtl8723bs: remove reference to nonexistent CONFIG_SDIO_HCI option
Date: Sat, 13 Jun 2026 11:30:51 -0700 [thread overview]
Message-ID: <20260613183055.10425-1-enelsonmoore@gmail.com> (raw)
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
reply other threads:[~2026-06-13 18:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260613183055.10425-1-enelsonmoore@gmail.com \
--to=enelsonmoore@gmail.com \
--cc=arthur.stupa@gmail.com \
--cc=ethantidmore06@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=horstaufmental@gmail.com \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox