aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-01-30 08:29:23 -0500
committersbrissen <sbrissen@hotmail.com>2013-01-30 08:29:23 -0500
commit0ae432473697626c080dab8117049718f1c44441 (patch)
tree55652c60e124d8c53eed5b241ae1364839dc9cbf
parentf9b5adaebed5cf932e6f4f3996949721fbd3cbf1 (diff)
downloadkernel_samsung_smdk4412-0ae432473697626c080dab8117049718f1c44441.zip
kernel_samsung_smdk4412-0ae432473697626c080dab8117049718f1c44441.tar.gz
kernel_samsung_smdk4412-0ae432473697626c080dab8117049718f1c44441.tar.bz2
t0ltecdma: remove ifdef from bt lpm
On further testing this is not killing our modem Change-Id: I5c7f2b7da0219c6879fa5c6d6eb23a5f15e20b96
-rw-r--r--arch/arm/mach-exynos/mach-midas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-midas.c b/arch/arm/mach-exynos/mach-midas.c
index 466cc2c..f462c8a 100644
--- a/arch/arm/mach-exynos/mach-midas.c
+++ b/arch/arm/mach-exynos/mach-midas.c
@@ -44,7 +44,7 @@
#include <linux/power/max8922_charger_u1.h>
#endif
-#if defined(CONFIG_BT_BCM4334) && !defined(MACH_T0_USA_VZW) && !defined(MACH_T0_USA_SPR)
+#if defined(CONFIG_BT_BCM4334)
#include <mach/board-bluetooth-bcm.h>
#endif
@@ -193,7 +193,7 @@ static struct s3c2410_uartcfg smdk4212_uartcfgs[] __initdata = {
.ucon = SMDK4212_UCON_DEFAULT,
.ulcon = SMDK4212_ULCON_DEFAULT,
.ufcon = SMDK4212_UFCON_DEFAULT,
-#if defined(CONFIG_BT_BCM4334) && !defined(MACH_T0_USA_VZW) && !defined(MACH_T0_USA_SPR)
+#if defined(CONFIG_BT_BCM4334)
.wake_peer = bcm_bt_lpm_exit_lpm_locked,
#endif
},