diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-09 23:33:23 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-09 23:33:23 -0500 |
commit | 77761b63d94bcd04bb3f02b1b52716698202276a (patch) | |
tree | a2663ce02e8b5505428ca14baca11c0d070dc61e /arch/arm/mach-shmobile | |
parent | 2ecba2cf8c72e2c5831a9ee16df0b46aff8acceb (diff) |
ARM: mach-shmobile: Fix up marzen build for recent GIC changes.
Convert to the generic gic_handle_irq() now that the shmobile version is
gone.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c index a72c650047bc..f0e02c0ce99f 100644 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c | |||
@@ -151,7 +151,7 @@ MACHINE_START(MARZEN, "marzen") | |||
151 | .init_early = marzen_init_early, | 151 | .init_early = marzen_init_early, |
152 | .nr_irqs = NR_IRQS_LEGACY, | 152 | .nr_irqs = NR_IRQS_LEGACY, |
153 | .init_irq = r8a7779_init_irq, | 153 | .init_irq = r8a7779_init_irq, |
154 | .handle_irq = shmobile_handle_irq_gic, | 154 | .handle_irq = gic_handle_irq, |
155 | .init_machine = marzen_init, | 155 | .init_machine = marzen_init, |
156 | .timer = &marzen_timer, | 156 | .timer = &marzen_timer, |
157 | MACHINE_END | 157 | MACHINE_END |