aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-midas.c
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-01-12 18:58:20 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-01-17 18:55:06 +0000
commit91a73ebb17b716761dea177015e10617ef5d8e0f (patch)
tree00abaaef73e5b2e21449a93c51422688cbe7c490 /arch/arm/mach-exynos/mach-midas.c
parentb797be24f3bf069ee030b75b8fda0f00dbe89bf1 (diff)
downloadkernel_samsung_smdk4412-91a73ebb17b716761dea177015e10617ef5d8e0f.zip
kernel_samsung_smdk4412-91a73ebb17b716761dea177015e10617ef5d8e0f.tar.gz
kernel_samsung_smdk4412-91a73ebb17b716761dea177015e10617ef5d8e0f.tar.bz2
t0lte: support for galaxy note 2 lte
Change-Id: I9ac93ae5b0746c4b8af0a430180b309638935c49
Diffstat (limited to 'arch/arm/mach-exynos/mach-midas.c')
-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 bf8776e..2073d69 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
-#ifdef CONFIG_BT_BCM4334
+#if defined(CONFIG_BT_BCM4334) && !defined(CONFIG_MACH_T0_LTE)
#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,
-#ifdef CONFIG_BT_BCM4334
+#if defined(CONFIG_BT_BCM4334) && !defined(CONFIG_MACH_T0_LTE)
.wake_peer = bcm_bt_lpm_exit_lpm_locked,
#endif
},