Skip to content

Commit

Permalink
ARM: mach-shmobile: Fix up marzen build for recent GIC changes.
Browse files Browse the repository at this point in the history
Convert to the generic gic_handle_irq() now that the shmobile version is
gone.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 10, 2012
1 parent 2ecba2c commit 77761b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-marzen.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ MACHINE_START(MARZEN, "marzen")
.init_early = marzen_init_early,
.nr_irqs = NR_IRQS_LEGACY,
.init_irq = r8a7779_init_irq,
.handle_irq = shmobile_handle_irq_gic,
.handle_irq = gic_handle_irq,
.init_machine = marzen_init,
.timer = &marzen_timer,
MACHINE_END

0 comments on commit 77761b6

Please sign in to comment.