From: Fabio Aiuto Date: Sat, 24 Apr 2021 09:02:07 +0000 (+0200) Subject: staging: rtl8723bs: remove obsolete debug macro definitions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e45199eaa0a483d6723500455227aa768644349e;p=linux.git staging: rtl8723bs: remove obsolete debug macro definitions remove debug macro definition untied to any tracing component. Signed-off-by: Fabio Aiuto Link: https://lore.kernel.org/r/5bc9e69d8ba03d2bd8031bcff73b22aeed5c0912.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 bb56d38e6b7ab..6e6dea4779d92 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_cmd_osdep_c_ BIT(8) #define _module_rtl871x_io_c_ BIT(9) #define _module_io_osdep_c_ BIT(10) #define _module_os_intfs_c_ BIT(11) @@ -35,9 +34,7 @@ #undef _MODULE_DEFINE_ -#if defined _CMD_OSDEP_C_ - #define _MODULE_DEFINE_ _module_cmd_osdep_c_ -#elif defined _RTW_IO_C_ +#if defined _RTW_IO_C_ #define _MODULE_DEFINE_ _module_rtl871x_io_c_ #elif defined _IO_OSDEP_C_ #define _MODULE_DEFINE_ _module_io_osdep_c_