Commit ccbdd3fd authored by Fabio Aiuto's avatar Fabio Aiuto Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: remove DBG_871X_SEL_NL macro declaration

parent 07d488b0
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -181,15 +181,6 @@
			seq_printf(sel, fmt, ##arg);			\
	} while (0)

/* dump message to selected 'stream' with driver-defined prefix */
#define DBG_871X_SEL_NL(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 sd_f0_reg_dump(void *sel, struct adapter *adapter);