From: Fabio Aiuto Date: Sat, 24 Apr 2021 09:02:25 +0000 (+0200) Subject: staging: rtl8723bs: remove unused macros tied to _HCI_OPS_OS_C_ definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=72b2b0467b4f0856d7d26d5b13a10ff36362be1a;p=linux.git staging: rtl8723bs: remove unused macros tied to _HCI_OPS_OS_C_ definition remove unused macros tied to _HCI_OPS_OS_C_ definition. Signed-off-by: Fabio Aiuto Link: https://lore.kernel.org/r/8cddae8116da58df3f5a9be48e618418a4c686ef.1619254603.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_debug.h b/drivers/staging/rtl8723bs/include/rtw_debug.h index 261317b076353..a6c2956133ed7 100644 --- a/drivers/staging/rtl8723bs/include/rtw_debug.h +++ b/drivers/staging/rtl8723bs/include/rtw_debug.h @@ -7,7 +7,6 @@ #ifndef __RTW_DEBUG_H__ #define __RTW_DEBUG_H__ -#define _module_hci_ops_os_c_ BIT(24) #define _module_rtl871x_ioctl_os_c BIT(25) #define _module_rtl8712_cmd_c_ BIT(26) /* define _module_efuse_ BIT(27) */ @@ -19,9 +18,7 @@ #undef _MODULE_DEFINE_ -#if defined _HCI_OPS_OS_C_ - #define _MODULE_DEFINE_ _module_hci_ops_os_c_ -#elif defined _RTL871X_IOCTL_LINUX_C_ +#if defined _RTL871X_IOCTL_LINUX_C_ #define _MODULE_DEFINE_ _module_rtl871x_ioctl_os_c #elif defined _RTL8712_CMD_C_ #define _MODULE_DEFINE_ _module_rtl8712_cmd_c_