diff options
Diffstat (limited to 'arch/arc/plat-arcfpga/platform.c')
-rw-r--r-- | arch/arc/plat-arcfpga/platform.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/plat-arcfpga/platform.c b/arch/arc/plat-arcfpga/platform.c index b8d0d456627f..1038949a99a1 100644 --- a/arch/arc/plat-arcfpga/platform.c +++ b/arch/arc/plat-arcfpga/platform.c | |||
@@ -57,7 +57,6 @@ MACHINE_START(ANGEL4, "angel4") | |||
57 | .dt_compat = aa4_compat, | 57 | .dt_compat = aa4_compat, |
58 | .init_early = plat_fpga_early_init, | 58 | .init_early = plat_fpga_early_init, |
59 | .init_machine = plat_fpga_populate_dev, | 59 | .init_machine = plat_fpga_populate_dev, |
60 | .init_irq = plat_fpga_init_IRQ, | ||
61 | #ifdef CONFIG_ISS_SMP_EXTN | 60 | #ifdef CONFIG_ISS_SMP_EXTN |
62 | .init_smp = iss_model_init_smp, | 61 | .init_smp = iss_model_init_smp, |
63 | #endif | 62 | #endif |
@@ -72,7 +71,6 @@ MACHINE_START(ML509, "ml509") | |||
72 | .dt_compat = ml509_compat, | 71 | .dt_compat = ml509_compat, |
73 | .init_early = plat_fpga_early_init, | 72 | .init_early = plat_fpga_early_init, |
74 | .init_machine = plat_fpga_populate_dev, | 73 | .init_machine = plat_fpga_populate_dev, |
75 | .init_irq = plat_fpga_init_IRQ, | ||
76 | #ifdef CONFIG_SMP | 74 | #ifdef CONFIG_SMP |
77 | .init_smp = iss_model_init_smp, | 75 | .init_smp = iss_model_init_smp, |
78 | #endif | 76 | #endif |
@@ -87,5 +85,4 @@ MACHINE_START(NSIMOSCI, "nsimosci") | |||
87 | .dt_compat = nsimosci_compat, | 85 | .dt_compat = nsimosci_compat, |
88 | .init_early = NULL, | 86 | .init_early = NULL, |
89 | .init_machine = plat_fpga_populate_dev, | 87 | .init_machine = plat_fpga_populate_dev, |
90 | .init_irq = NULL, | ||
91 | MACHINE_END | 88 | MACHINE_END |