diff options
Diffstat (limited to 'arch/arm/mach-sa1100/h3100.c')
-rw-r--r-- | arch/arm/mach-sa1100/h3100.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/h3100.c b/arch/arm/mach-sa1100/h3100.c index f23e7d0b2fba..b2e8d0f418e0 100644 --- a/arch/arm/mach-sa1100/h3100.c +++ b/arch/arm/mach-sa1100/h3100.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/mach/irda.h> | 21 | #include <asm/mach/irda.h> |
22 | 22 | ||
23 | #include <mach/h3xxx.h> | 23 | #include <mach/h3xxx.h> |
24 | #include <mach/irqs.h> | ||
24 | 25 | ||
25 | #include "generic.h" | 26 | #include "generic.h" |
26 | 27 | ||
@@ -105,6 +106,7 @@ static void __init h3100_mach_init(void) | |||
105 | MACHINE_START(H3100, "Compaq iPAQ H3100") | 106 | MACHINE_START(H3100, "Compaq iPAQ H3100") |
106 | .atag_offset = 0x100, | 107 | .atag_offset = 0x100, |
107 | .map_io = h3100_map_io, | 108 | .map_io = h3100_map_io, |
109 | .nr_irqs = SA1100_NR_IRQS, | ||
108 | .init_irq = sa1100_init_irq, | 110 | .init_irq = sa1100_init_irq, |
109 | .timer = &sa1100_timer, | 111 | .timer = &sa1100_timer, |
110 | .init_machine = h3100_mach_init, | 112 | .init_machine = h3100_mach_init, |