diff options
Diffstat (limited to 'arch/arm/mach-clps711x/board-cdb89712.c')
-rw-r--r-- | arch/arm/mach-clps711x/board-cdb89712.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-clps711x/board-cdb89712.c b/arch/arm/mach-clps711x/board-cdb89712.c index a9e38c6bcfb4..e261a47f2aff 100644 --- a/arch/arm/mach-clps711x/board-cdb89712.c +++ b/arch/arm/mach-clps711x/board-cdb89712.c | |||
@@ -139,12 +139,10 @@ static void __init cdb89712_init(void) | |||
139 | MACHINE_START(CDB89712, "Cirrus-CDB89712") | 139 | MACHINE_START(CDB89712, "Cirrus-CDB89712") |
140 | /* Maintainer: Ray Lehtiniemi */ | 140 | /* Maintainer: Ray Lehtiniemi */ |
141 | .atag_offset = 0x100, | 141 | .atag_offset = 0x100, |
142 | .nr_irqs = CLPS711X_NR_IRQS, | ||
143 | .map_io = clps711x_map_io, | 142 | .map_io = clps711x_map_io, |
144 | .init_early = clps711x_init_early, | 143 | .init_early = clps711x_init_early, |
145 | .init_irq = clps711x_init_irq, | 144 | .init_irq = clps711x_init_irq, |
146 | .init_time = clps711x_timer_init, | 145 | .init_time = clps711x_timer_init, |
147 | .init_machine = cdb89712_init, | 146 | .init_machine = cdb89712_init, |
148 | .handle_irq = clps711x_handle_irq, | ||
149 | .restart = clps711x_restart, | 147 | .restart = clps711x_restart, |
150 | MACHINE_END | 148 | MACHINE_END |