staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_C_ definition
authorFabio Aiuto <fabioaiuto83@gmail.com>
Sat, 24 Apr 2021 09:02:15 +0000 (11:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:31 +0000 (11:19 +0200)
remove unused private debug macros tied to
_RTL871X_IOCTL_C_ definition.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/216def2b5e244490debe86aafdc23cabc32f3c1e.1619254603.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_debug.h

index 4146acb1cbb237aab7bdeffaa764c584d78f3381..501155c8c9cfeaaa40b1d9b8f8e64aa35d1051d2 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __RTW_DEBUG_H__
 #define __RTW_DEBUG_H__
 
-#define _module_rtl871x_ioctl_c_               BIT(16)
 #define _module_rtl871x_ioctl_set_c_           BIT(17)
 #define _module_rtl871x_ioctl_query_c_ BIT(18)
 #define _module_rtl871x_pwrctrl_c_                     BIT(19)
@@ -27,9 +26,7 @@
 
 #undef _MODULE_DEFINE_
 
-#if defined _RTL871X_IOCTL_C_
-       #define _MODULE_DEFINE_ _module_rtl871x_ioctl_c_
-#elif defined _RTL871X_IOCTL_SET_C_
+#if defined _RTL871X_IOCTL_SET_C_
        #define _MODULE_DEFINE_ _module_rtl871x_ioctl_set_c_
 #elif defined _RTL871X_IOCTL_QUERY_C_
        #define _MODULE_DEFINE_ _module_rtl871x_ioctl_query_c_