ARM: ep93xx: convert to MULTI_IRQ_HANDLER
[deliverable/linux.git] / arch / arm / mach-ep93xx / simone.c
index 52e090dc9d2786cf9171eea814f026ace04fc026..40121ba8e711f76359d8017ded27d127aa1843b1 100644 (file)
@@ -25,6 +25,7 @@
 #include <mach/fb.h>
 #include <mach/gpio-ep93xx.h>
 
+#include <asm/hardware/vic.h>
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
 
@@ -80,6 +81,7 @@ MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board")
        .atag_offset    = 0x100,
        .map_io         = ep93xx_map_io,
        .init_irq       = ep93xx_init_irq,
+       .handle_irq     = vic_handle_irq,
        .timer          = &ep93xx_timer,
        .init_machine   = simone_init_machine,
 MACHINE_END
This page took 0.028525 seconds and 5 git commands to generate.