Commit a74aef21 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: The DBG_IO code is all gone

parent a5daa10c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -223,12 +223,6 @@ struct reg_protocol_wt {

};


#ifdef DBG_IO
bool match_read_sniff_ranges(u16 addr, u16 len);
bool match_write_sniff_ranges(u16 addr, u16 len);
#endif /* DBG_IO */

#define PlatformEFIOWrite1Byte(_a,_b,_c)		\
	rtl8723au_write8(_a,_b,_c)
#define PlatformEFIOWrite2Byte(_a,_b,_c)		\