diff options
Diffstat (limited to 'arch/arm/mach-mxs/mach-tx28.c')
-rw-r--r-- | arch/arm/mach-mxs/mach-tx28.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-tx28.c b/arch/arm/mach-mxs/mach-tx28.c index 515a423f82cd..955593806fd2 100644 --- a/arch/arm/mach-mxs/mach-tx28.c +++ b/arch/arm/mach-mxs/mach-tx28.c | |||
@@ -175,6 +175,6 @@ static struct sys_timer tx28_timer = { | |||
175 | MACHINE_START(TX28, "Ka-Ro electronics TX28 module") | 175 | MACHINE_START(TX28, "Ka-Ro electronics TX28 module") |
176 | .map_io = mx28_map_io, | 176 | .map_io = mx28_map_io, |
177 | .init_irq = mx28_init_irq, | 177 | .init_irq = mx28_init_irq, |
178 | .init_machine = tx28_stk5v3_init, | ||
179 | .timer = &tx28_timer, | 178 | .timer = &tx28_timer, |
179 | .init_machine = tx28_stk5v3_init, | ||
180 | MACHINE_END | 180 | MACHINE_END |