diff options
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/smd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c index f3558f504709..de9343ec5cff 100644 --- a/arch/arm/mach-msm/smd.c +++ b/arch/arm/mach-msm/smd.c | |||
@@ -378,11 +378,13 @@ static irqreturn_t smd_modem_irq_handler(int irq, void *data) | |||
378 | return IRQ_HANDLED; | 378 | return IRQ_HANDLED; |
379 | } | 379 | } |
380 | 380 | ||
381 | #if defined(CONFIG_QDSP6) | ||
381 | static irqreturn_t smd_dsp_irq_handler(int irq, void *data) | 382 | static irqreturn_t smd_dsp_irq_handler(int irq, void *data) |
382 | { | 383 | { |
383 | handle_smd_irq(&smd_ch_list_dsp, notify_dsp_smd); | 384 | handle_smd_irq(&smd_ch_list_dsp, notify_dsp_smd); |
384 | return IRQ_HANDLED; | 385 | return IRQ_HANDLED; |
385 | } | 386 | } |
387 | #endif | ||
386 | 388 | ||
387 | static void smd_fake_irq_handler(unsigned long arg) | 389 | static void smd_fake_irq_handler(unsigned long arg) |
388 | { | 390 | { |