|
@@ -150,7 +150,6 @@ MACHINE_START(ANGEL4, "angel4")
|
|
|
.dt_compat = aa4_compat,
|
|
|
.init_early = plat_fpga_early_init,
|
|
|
.init_machine = plat_fpga_populate_dev,
|
|
|
- .init_irq = plat_fpga_init_IRQ,
|
|
|
#ifdef CONFIG_ISS_SMP_EXTN
|
|
|
.init_smp = iss_model_init_smp,
|
|
|
#endif
|
|
@@ -165,7 +164,6 @@ MACHINE_START(ML509, "ml509")
|
|
|
.dt_compat = ml509_compat,
|
|
|
.init_early = plat_fpga_early_init,
|
|
|
.init_machine = plat_fpga_populate_dev,
|
|
|
- .init_irq = plat_fpga_init_IRQ,
|
|
|
#ifdef CONFIG_SMP
|
|
|
.init_smp = iss_model_init_smp,
|
|
|
#endif
|
|
@@ -180,5 +178,4 @@ MACHINE_START(NSIMOSCI, "nsimosci")
|
|
|
.dt_compat = nsimosci_compat,
|
|
|
.init_early = NULL,
|
|
|
.init_machine = plat_fpga_populate_dev,
|
|
|
- .init_irq = NULL,
|
|
|
MACHINE_END
|