From 4fc90c9f94984adbce00cc42d3746d00df51d103 Mon Sep 17 00:00:00 2001 From: Andrei Khomenkov Date: Sun, 10 May 2026 16:43:13 +0300 Subject: [PATCH] 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 --- drivers/staging/rtl8723bs/include/rtw_mlme_ext.h | 5 ----- 1 file changed, 5 deletions(-) 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