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>
This commit is contained in:
parent
2ecba2cf8c
commit
77761b63d9
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ MACHINE_START(MARZEN, "marzen")
|
||||||
.init_early = marzen_init_early,
|
.init_early = marzen_init_early,
|
||||||
.nr_irqs = NR_IRQS_LEGACY,
|
.nr_irqs = NR_IRQS_LEGACY,
|
||||||
.init_irq = r8a7779_init_irq,
|
.init_irq = r8a7779_init_irq,
|
||||||
.handle_irq = shmobile_handle_irq_gic,
|
.handle_irq = gic_handle_irq,
|
||||||
.init_machine = marzen_init,
|
.init_machine = marzen_init,
|
||||||
.timer = &marzen_timer,
|
.timer = &marzen_timer,
|
||||||
MACHINE_END
|
MACHINE_END
|
||||||
|
|
Loading…
Add table
Reference in a new issue