Skip to content

Commit

Permalink
t0ltecdma: remove ifdef from bt lpm
Browse files Browse the repository at this point in the history
On further testing this is not killing our modem

Change-Id: I5c7f2b7da0219c6879fa5c6d6eb23a5f15e20b96
  • Loading branch information
sbrissen committed Jan 30, 2013
1 parent f9b5ada commit 0ae4324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-exynos/mach-midas.c
Expand Up @@ -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

Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit 0ae4324

Please sign in to comment.