staging: rtl8723au: rtl8723a_bt-coexist.c: Remove unnecessary #ifdef CONFIG_8723AU_BT_COEXIST
This file is only compiled if CONFIG_8723AU_BT_COEXIST=y Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9b2d4aeaa8
commit
d5a1427b5d
1 changed files with 0 additions and 3 deletions
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
#define DIS_PS_RX_BCN
|
#define DIS_PS_RX_BCN
|
||||||
|
|
||||||
#ifdef CONFIG_8723AU_BT_COEXIST
|
|
||||||
|
|
||||||
u32 BTCoexDbgLevel = _bt_dbg_off_;
|
u32 BTCoexDbgLevel = _bt_dbg_off_;
|
||||||
|
|
||||||
#define RTPRINT(_Comp, _Level, Fmt)\
|
#define RTPRINT(_Comp, _Level, Fmt)\
|
||||||
|
@ -71,7 +69,6 @@ if ((BTCoexDbgLevel == _bt_dbg_on_)) {\
|
||||||
printk(_TitleString); \
|
printk(_TitleString); \
|
||||||
printk(": %d, <%s>\n", _Len, buffer); \
|
printk(": %d, <%s>\n", _Len, buffer); \
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#define DCMD_Printf(...)
|
#define DCMD_Printf(...)
|
||||||
#define RT_ASSERT(...)
|
#define RT_ASSERT(...)
|
||||||
|
|
Loading…
Add table
Reference in a new issue