diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-08-22 19:00:13 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 13:51:47 -0400 |
commit | 63c86c950132c3e61c6793c1dc9116e134e73f9d (patch) | |
tree | a055a90813d834a651e7419fedc86061b37028ad /arch/arm/mach-msm | |
parent | 28a33cbc24e4256c143dce96c7d93bf423229f92 (diff) |
ARM: msm: Add handle_irq handler for 8660 DT machine
Commit 041f777 (ARM: msm: convert SMP platforms to
CONFIG_MULTI_IRQ_HANDLER, 2011-09-06) forgot to add the
.handle_irq for the DT machine record. Add it so we get
interrupts instead of panics on DT enabled bootloaders.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/board-msm8x60.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c index e37a724cd1eb..13ca9bb5a4d6 100644 --- a/arch/arm/mach-msm/board-msm8x60.c +++ b/arch/arm/mach-msm/board-msm8x60.c | |||
@@ -158,6 +158,7 @@ MACHINE_END | |||
158 | DT_MACHINE_START(MSM_DT, "Qualcomm MSM (Flattened Device Tree)") | 158 | DT_MACHINE_START(MSM_DT, "Qualcomm MSM (Flattened Device Tree)") |
159 | .map_io = msm8x60_map_io, | 159 | .map_io = msm8x60_map_io, |
160 | .init_irq = msm8x60_init_irq, | 160 | .init_irq = msm8x60_init_irq, |
161 | .handle_irq = gic_handle_irq, | ||
161 | .init_machine = msm8x60_dt_init, | 162 | .init_machine = msm8x60_dt_init, |
162 | .init_late = msm8x60_init_late, | 163 | .init_late = msm8x60_init_late, |
163 | .timer = &msm_timer, | 164 | .timer = &msm_timer, |