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

staging: rtl8723bs: remove DBG_871X_SEL macro declaration

remove DBG_871X_SEL macro declaration.
Signed-off-by: default avatarFabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/1a0949adfc352d2560e9a68d340df386d94a79e8.1619254603.git.fabioaiuto83@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2867c27b
...@@ -158,15 +158,6 @@ ...@@ -158,15 +158,6 @@
#define RTW_DBGDUMP NULL /* 'stream' for _dbgdump */ #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) */ #endif /* defined(_dbgdump) */
void mac_reg_dump(void *sel, struct adapter *adapter); void mac_reg_dump(void *sel, struct adapter *adapter);
......
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