staging: rtl8723au: rtl8723a_bt-coexist.c: Remove unnecessary #ifdef CONFIG_8723AU_BT...
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sun, 25 May 2014 20:43:45 +0000 (22:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 22:14:45 +0000 (15:14 -0700)
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>
drivers/staging/rtl8723au/hal/rtl8723a_bt-coexist.c

index 5aa9ea5a22b9ea32ba451ae955121fa51bf9eb43..c1d54bcf5be70c7b1977b17d2b2335f829aa8b2d 100644 (file)
@@ -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(...)