ARM: ep93xx: convert to MULTI_IRQ_HANDLER
[deliverable/linux.git] / arch / arm / mach-ep93xx / gesbc9312.c
index 45ee205856f876386417491822e1ab71a821d719..1dd32a7c5f151767037a6f365232589ec1d909ca 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <mach/hardware.h>
 
+#include <asm/hardware/vic.h>
 #include <asm/mach-types.h>
 #include <asm/mach/arch.h>
 
@@ -36,6 +37,7 @@ MACHINE_START(GESBC9312, "Glomation GESBC-9312-sx")
        .atag_offset    = 0x100,
        .map_io         = ep93xx_map_io,
        .init_irq       = ep93xx_init_irq,
+       .handle_irq     = vic_handle_irq,
        .timer          = &ep93xx_timer,
        .init_machine   = gesbc9312_init_machine,
 MACHINE_END
This page took 0.03503 seconds and 5 git commands to generate.