|
@@ -40,7 +40,6 @@
|
|
|
|
|
|
#include <asm/mach-types.h>
|
|
|
#include <asm/mach/arch.h>
|
|
|
-#include <asm/hardware/gic.h>
|
|
|
|
|
|
#include <mach/hardware.h>
|
|
|
#include <mach/setup.h>
|
|
@@ -752,7 +751,6 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform")
|
|
|
.init_irq = ux500_init_irq,
|
|
|
/* we re-use nomadik timer here */
|
|
|
.timer = &ux500_timer,
|
|
|
- .handle_irq = gic_handle_irq,
|
|
|
.init_machine = mop500_init_machine,
|
|
|
.init_late = ux500_init_late,
|
|
|
MACHINE_END
|
|
@@ -762,7 +760,6 @@ MACHINE_START(U8520, "ST-Ericsson U8520 Platform HREFP520")
|
|
|
.map_io = u8500_map_io,
|
|
|
.init_irq = ux500_init_irq,
|
|
|
.timer = &ux500_timer,
|
|
|
- .handle_irq = gic_handle_irq,
|
|
|
.init_machine = mop500_init_machine,
|
|
|
.init_late = ux500_init_late,
|
|
|
MACHINE_END
|
|
@@ -773,7 +770,6 @@ MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+")
|
|
|
.map_io = u8500_map_io,
|
|
|
.init_irq = ux500_init_irq,
|
|
|
.timer = &ux500_timer,
|
|
|
- .handle_irq = gic_handle_irq,
|
|
|
.init_machine = hrefv60_init_machine,
|
|
|
.init_late = ux500_init_late,
|
|
|
MACHINE_END
|
|
@@ -785,7 +781,6 @@ MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
|
|
|
.init_irq = ux500_init_irq,
|
|
|
/* we re-use nomadik timer here */
|
|
|
.timer = &ux500_timer,
|
|
|
- .handle_irq = gic_handle_irq,
|
|
|
.init_machine = snowball_init_machine,
|
|
|
.init_late = NULL,
|
|
|
MACHINE_END
|