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

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

index a6c2956..550cff9 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __RTW_DEBUG_H__
 #define __RTW_DEBUG_H__
 
-#define _module_rtl871x_ioctl_os_c             BIT(25)
 #define _module_rtl8712_cmd_c_         BIT(26)
 /* define _module_efuse_                       BIT(27) */
 #define        _module_rtl8192c_xmit_c_ BIT(28)
@@ -18,9 +17,7 @@
 
 #undef _MODULE_DEFINE_
 
-#if defined _RTL871X_IOCTL_LINUX_C_
-       #define _MODULE_DEFINE_ _module_rtl871x_ioctl_os_c
-#elif defined _RTL8712_CMD_C_
+#if defined _RTL8712_CMD_C_
        #define _MODULE_DEFINE_ _module_rtl8712_cmd_c_
 #elif defined _RTL8192C_XMIT_C_
        #define _MODULE_DEFINE_ 1