diff options
Diffstat (limited to 'arch/arm/mach-clps711x/p720t.c')
-rw-r--r-- | arch/arm/mach-clps711x/p720t.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/p720t.c b/arch/arm/mach-clps711x/p720t.c index d95cb8ace251..fbe75527d60b 100644 --- a/arch/arm/mach-clps711x/p720t.c +++ b/arch/arm/mach-clps711x/p720t.c | |||
@@ -134,6 +134,7 @@ static void __init p720t_init_late(void) | |||
134 | MACHINE_START(P720T, "ARM-Prospector720T") | 134 | MACHINE_START(P720T, "ARM-Prospector720T") |
135 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 135 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
136 | .atag_offset = 0x100, | 136 | .atag_offset = 0x100, |
137 | .nr_irqs = CLPS711X_NR_IRQS, | ||
137 | .fixup = fixup_p720t, | 138 | .fixup = fixup_p720t, |
138 | .map_io = p720t_map_io, | 139 | .map_io = p720t_map_io, |
139 | .init_early = p720t_init_early, | 140 | .init_early = p720t_init_early, |