From c7f72b1b83fe2abc604cc94e91a3f7f6a57eb9bd Mon Sep 17 00:00:00 2001 From: Daniel Walker Date: Thu, 18 Mar 2010 10:10:30 -0700 Subject: [PATCH] --- yaml --- r: 192173 b: refs/heads/master c: b13525c2637957a757709945fbc9bc8b1065d071 h: refs/heads/master i: 192171: acd8941a20f1ae5b39d4a854bb7218bcfc3dc8c8 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-msm/smd.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a69545d3bf05..b89663976a18 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3843ac3a5cd01824b5801209808e73fb9df7ee22 +refs/heads/master: b13525c2637957a757709945fbc9bc8b1065d071 diff --git a/trunk/arch/arm/mach-msm/smd.c b/trunk/arch/arm/mach-msm/smd.c index f3558f504709..de9343ec5cff 100644 --- a/trunk/arch/arm/mach-msm/smd.c +++ b/trunk/arch/arm/mach-msm/smd.c @@ -378,11 +378,13 @@ static irqreturn_t smd_modem_irq_handler(int irq, void *data) return IRQ_HANDLED; } +#if defined(CONFIG_QDSP6) static irqreturn_t smd_dsp_irq_handler(int irq, void *data) { handle_smd_irq(&smd_ch_list_dsp, notify_dsp_smd); return IRQ_HANDLED; } +#endif static void smd_fake_irq_handler(unsigned long arg) {