diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:54:15 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:54:15 -0500 |
commit | 7266d48fca8ee2a15d15222c41f887e10db54c5a (patch) | |
tree | 775404bcbf8ce146ccaba905e841a3621ae7ce80 /arch/arm/mach-imx/mach-mx51_3ds.c | |
parent | 168268a225d24da3768a88c1029fb3014b0837ca (diff) | |
parent | 90cf214d6a549bf482e3c5751ee256cc885b96ea (diff) |
Merge branch 'timer/cleanup' into late/mvebu2
Basing the mvebu patches on top of the timer cleanup
avoids some nasty merges.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx51_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx51_3ds.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mach-mx51_3ds.c b/arch/arm/mach-imx/mach-mx51_3ds.c index abc25bd1107b..2d2365111532 100644 --- a/arch/arm/mach-imx/mach-mx51_3ds.c +++ b/arch/arm/mach-imx/mach-mx51_3ds.c | |||
@@ -160,10 +160,6 @@ static void __init mx51_3ds_timer_init(void) | |||
160 | mx51_clocks_init(32768, 24000000, 22579200, 0); | 160 | mx51_clocks_init(32768, 24000000, 22579200, 0); |
161 | } | 161 | } |
162 | 162 | ||
163 | static struct sys_timer mx51_3ds_timer = { | ||
164 | .init = mx51_3ds_timer_init, | ||
165 | }; | ||
166 | |||
167 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | 163 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") |
168 | /* Maintainer: Freescale Semiconductor, Inc. */ | 164 | /* Maintainer: Freescale Semiconductor, Inc. */ |
169 | .atag_offset = 0x100, | 165 | .atag_offset = 0x100, |
@@ -171,7 +167,7 @@ MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | |||
171 | .init_early = imx51_init_early, | 167 | .init_early = imx51_init_early, |
172 | .init_irq = mx51_init_irq, | 168 | .init_irq = mx51_init_irq, |
173 | .handle_irq = imx51_handle_irq, | 169 | .handle_irq = imx51_handle_irq, |
174 | .timer = &mx51_3ds_timer, | 170 | .init_time = mx51_3ds_timer_init, |
175 | .init_machine = mx51_3ds_init, | 171 | .init_machine = mx51_3ds_init, |
176 | .init_late = imx51_init_late, | 172 | .init_late = imx51_init_late, |
177 | .restart = mxc_restart, | 173 | .restart = mxc_restart, |