|
@@ -607,6 +607,7 @@ struct sys_timer ag5evm_timer = {
|
|
|
|
|
|
MACHINE_START(AG5EVM, "ag5evm")
|
|
MACHINE_START(AG5EVM, "ag5evm")
|
|
.map_io = ag5evm_map_io,
|
|
.map_io = ag5evm_map_io,
|
|
|
|
+ .nr_irqs = NR_IRQS_LEGACY,
|
|
.init_irq = sh73a0_init_irq,
|
|
.init_irq = sh73a0_init_irq,
|
|
.handle_irq = shmobile_handle_irq_gic,
|
|
.handle_irq = shmobile_handle_irq_gic,
|
|
.init_machine = ag5evm_init,
|
|
.init_machine = ag5evm_init,
|