Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6-block.git] / arch / arc / plat-arcfpga / platform.c
index b8d0d456627fe6a3d917efc613c4e3505a907e23..1038949a99a177a0c5e4429be113332268f20f29 100644 (file)
@@ -57,7 +57,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
@@ -72,7 +71,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
@@ -87,5 +85,4 @@ MACHINE_START(NSIMOSCI, "nsimosci")
        .dt_compat      = nsimosci_compat,
        .init_early     = NULL,
        .init_machine   = plat_fpga_populate_dev,
-       .init_irq       = NULL,
 MACHINE_END