staging: rtl8723bs: remove DBG_871X_SEL macro declaration

remove DBG_871X_SEL macro declaration.

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/1a0949adfc352d2560e9a68d340df386d94a79e8.1619254603.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Fabio Aiuto
2021-04-24 11:01:47 +02:00
committed by Greg Kroah-Hartman
parent 2867c27bf8
commit c106cb190c

View File

@@ -158,15 +158,6 @@
#define RTW_DBGDUMP NULL /* 'stream' for _dbgdump */
/* dump message to selected 'stream' */
#define DBG_871X_SEL(sel, fmt, arg...) \
do { \
if (sel == RTW_DBGDUMP) \
_DBG_871X_LEVEL(_drv_always_, fmt, ##arg); \
else \
seq_printf(sel, fmt, ##arg); \
} while (0)
#endif /* defined(_dbgdump) */
void mac_reg_dump(void *sel, struct adapter *adapter);