ARM: pxa: enable MULTI_IRQ_HANDLER for all boards
[deliverable/linux.git] / arch / arm / mach-pxa / palmtreo.c
index 20d1b18b1733ff5ab37b994264ba01b4bdcf9554..bb27d4b688d876b7ecfb032e1e99e27d0b7f7205 100644 (file)
@@ -444,6 +444,7 @@ MACHINE_START(TREO680, "Palm Treo 680")
        .map_io         = pxa27x_map_io,
        .reserve        = treo_reserve,
        .init_irq       = pxa27x_init_irq,
+       .handle_irq       = pxa27x_handle_irq,
        .timer          = &pxa_timer,
        .init_machine   = treo680_init,
 MACHINE_END
@@ -453,6 +454,7 @@ MACHINE_START(CENTRO, "Palm Centro 685")
        .map_io         = pxa27x_map_io,
        .reserve        = treo_reserve,
        .init_irq       = pxa27x_init_irq,
+       .handle_irq       = pxa27x_handle_irq,
        .timer          = &pxa_timer,
        .init_machine   = centro_init,
 MACHINE_END
This page took 0.024259 seconds and 5 git commands to generate.