mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
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:
committed by
Greg Kroah-Hartman
parent
2867c27bf8
commit
c106cb190c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user