OSDN Git Service

staging: rtl8723au: The DBG_IO code is all gone
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 16 May 2014 08:05:12 +0000 (10:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 May 2014 18:34:36 +0000 (11:34 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/rtw_io.h

index 0bd0371..cc151b0 100644 (file)
@@ -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)               \