Commit 0744b91b authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman

staging: rtl8723bs: remove unused debug macros tied to _RTL871X_IOCTL_QUERY_C_ definition

remove unused debug macros tied to
_RTL871X_IOCTL_QUERY_C_ definition.
Signed-off-by: default avatarFabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/9157d4b219072ef48e5e91814718d2b19d0e3b77.1619254603.git.fabioaiuto83@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8b63686e
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#ifndef __RTW_DEBUG_H__ #ifndef __RTW_DEBUG_H__
#define __RTW_DEBUG_H__ #define __RTW_DEBUG_H__
#define _module_rtl871x_ioctl_query_c_ BIT(18)
#define _module_rtl871x_pwrctrl_c_ BIT(19) #define _module_rtl871x_pwrctrl_c_ BIT(19)
#define _module_hci_intfs_c_ BIT(20) #define _module_hci_intfs_c_ BIT(20)
#define _module_hci_ops_c_ BIT(21) #define _module_hci_ops_c_ BIT(21)
...@@ -25,9 +24,7 @@ ...@@ -25,9 +24,7 @@
#undef _MODULE_DEFINE_ #undef _MODULE_DEFINE_
#if defined _RTL871X_IOCTL_QUERY_C_ #if defined _RTL871X_PWRCTRL_C_
#define _MODULE_DEFINE_ _module_rtl871x_ioctl_query_c_
#elif defined _RTL871X_PWRCTRL_C_
#define _MODULE_DEFINE_ _module_rtl871x_pwrctrl_c_ #define _MODULE_DEFINE_ _module_rtl871x_pwrctrl_c_
#elif defined _RTW_PWRCTRL_C_ #elif defined _RTW_PWRCTRL_C_
#define _MODULE_DEFINE_ 1 #define _MODULE_DEFINE_ 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment