aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/board-bluetooth-csr8811.c
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /arch/arm/mach-exynos/board-bluetooth-csr8811.c
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'arch/arm/mach-exynos/board-bluetooth-csr8811.c')
-rw-r--r--arch/arm/mach-exynos/board-bluetooth-csr8811.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/board-bluetooth-csr8811.c b/arch/arm/mach-exynos/board-bluetooth-csr8811.c
index c3f46bb..6df313a 100644
--- a/arch/arm/mach-exynos/board-bluetooth-csr8811.c
+++ b/arch/arm/mach-exynos/board-bluetooth-csr8811.c
@@ -213,7 +213,7 @@ static int csr_bt_lpm_init(struct platform_device *pdev)
bt_lpm.host_wake = 0;
bt_is_running = 0;
- irq = IRQ_BT_HOST_WAKE;
+ irq = gpio_to_irq(GPIO_BT_HOST_WAKE);
ret = request_irq(irq, host_wake_isr, IRQF_TRIGGER_HIGH,
"bt host_wake", NULL);
if (ret) {