diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/netspace_v2-setup.c')
-rw-r--r-- | arch/arm/mach-kirkwood/netspace_v2-setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-kirkwood/netspace_v2-setup.c b/arch/arm/mach-kirkwood/netspace_v2-setup.c index fed264d28f4a..fc934e5a9ed0 100644 --- a/arch/arm/mach-kirkwood/netspace_v2-setup.c +++ b/arch/arm/mach-kirkwood/netspace_v2-setup.c | |||
@@ -221,7 +221,7 @@ MACHINE_START(NETSPACE_V2, "LaCie Network Space v2") | |||
221 | .init_machine = netspace_v2_init, | 221 | .init_machine = netspace_v2_init, |
222 | .map_io = kirkwood_map_io, | 222 | .map_io = kirkwood_map_io, |
223 | .init_irq = kirkwood_init_irq, | 223 | .init_irq = kirkwood_init_irq, |
224 | .timer = &lacie_v2_timer, | 224 | .timer = &kirkwood_timer, |
225 | MACHINE_END | 225 | MACHINE_END |
226 | #endif | 226 | #endif |
227 | 227 | ||
@@ -233,7 +233,7 @@ MACHINE_START(INETSPACE_V2, "LaCie Internet Space v2") | |||
233 | .init_machine = netspace_v2_init, | 233 | .init_machine = netspace_v2_init, |
234 | .map_io = kirkwood_map_io, | 234 | .map_io = kirkwood_map_io, |
235 | .init_irq = kirkwood_init_irq, | 235 | .init_irq = kirkwood_init_irq, |
236 | .timer = &lacie_v2_timer, | 236 | .timer = &kirkwood_timer, |
237 | MACHINE_END | 237 | MACHINE_END |
238 | #endif | 238 | #endif |
239 | 239 | ||
@@ -245,6 +245,6 @@ MACHINE_START(NETSPACE_MAX_V2, "LaCie Network Space Max v2") | |||
245 | .init_machine = netspace_v2_init, | 245 | .init_machine = netspace_v2_init, |
246 | .map_io = kirkwood_map_io, | 246 | .map_io = kirkwood_map_io, |
247 | .init_irq = kirkwood_init_irq, | 247 | .init_irq = kirkwood_init_irq, |
248 | .timer = &lacie_v2_timer, | 248 | .timer = &kirkwood_timer, |
249 | MACHINE_END | 249 | MACHINE_END |
250 | #endif | 250 | #endif |