|
@@ -38,13 +38,13 @@
|
|
|
#include <mach/hardware.h>
|
|
|
#include <mach/platform.h>
|
|
|
#include <asm/hardware/arm_timer.h>
|
|
|
-#include <asm/irq.h>
|
|
|
#include <asm/setup.h>
|
|
|
#include <asm/param.h> /* HZ */
|
|
|
#include <asm/mach-types.h>
|
|
|
#include <asm/sched_clock.h>
|
|
|
|
|
|
#include <mach/lm.h>
|
|
|
+#include <mach/irqs.h>
|
|
|
|
|
|
#include <asm/mach/arch.h>
|
|
|
#include <asm/mach/irq.h>
|
|
@@ -475,6 +475,7 @@ MACHINE_START(INTEGRATOR, "ARM-Integrator")
|
|
|
.atag_offset = 0x100,
|
|
|
.reserve = integrator_reserve,
|
|
|
.map_io = ap_map_io,
|
|
|
+ .nr_irqs = NR_IRQS_INTEGRATOR_AP,
|
|
|
.init_early = integrator_init_early,
|
|
|
.init_irq = ap_init_irq,
|
|
|
.timer = &ap_timer,
|