From: Andrei Khomenkov Date: Sun, 10 May 2026 13:43:13 +0000 (+0300) Subject: staging: rtl8723bs: remove unused RTW_MLME_EXT_C_ code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc90c9f94984adbce00cc42d3746d00df51d103;p=thirdparty%2Fkernel%2Fstable.git staging: rtl8723bs: remove unused RTW_MLME_EXT_C_ code Remove the RTW_MLME_EXT_C_ code since it is not used as the macro is not defined anywhere. Signed-off-by: Andrei Khomenkov Link: https://patch.msgid.link/20260510134315.64295-8-khomenkov@mailbox.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h b/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h index b37d08bd5a59..d64e533a63c0 100644 --- a/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h +++ b/drivers/staging/rtl8723bs/include/rtw_mlme_ext.h @@ -705,9 +705,4 @@ enum { MAX_C2HEVT }; - -#ifdef _RTW_MLME_EXT_C_ - -#endif/* _RTL8192C_CMD_C_ */ - #endif