aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/board-bluetooth-csr8811.c
diff options
context:
space:
mode:
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) {