diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2014-05-25 22:43:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-25 15:14:45 -0700 |
commit | d5a1427b5d51b75ecec1c53b14f0caee198ef329 (patch) | |
tree | aa69dc5d83aeb11e1b41054a8aa5f397861edaf3 /drivers/staging/rtl8723au | |
parent | 9b2d4aeaa83261dcb0eaad26700e9eaf973b7b1a (diff) | |
download | talos-obmc-linux-d5a1427b5d51b75ecec1c53b14f0caee198ef329.tar.gz talos-obmc-linux-d5a1427b5d51b75ecec1c53b14f0caee198ef329.zip |
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>
Diffstat (limited to 'drivers/staging/rtl8723au')
-rw-r--r-- | drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c b/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c index 5aa9ea5a22b9..c1d54bcf5be7 100644 --- a/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c +++ b/drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c @@ -19,8 +19,6 @@ #define DIS_PS_RX_BCN -#ifdef CONFIG_8723AU_BT_COEXIST - u32 BTCoexDbgLevel = _bt_dbg_off_; #define RTPRINT(_Comp, _Level, Fmt)\ @@ -71,7 +69,6 @@ if ((BTCoexDbgLevel == _bt_dbg_on_)) {\ printk(_TitleString); \ printk(": %d, <%s>\n", _Len, buffer); \ } -#endif #define DCMD_Printf(...) #define RT_ASSERT(...) |