diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-scb9328.c')
-rw-r--r-- | arch/arm/mach-imx/mach-scb9328.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mach-scb9328.c b/arch/arm/mach-imx/mach-scb9328.c index fc970409dbaf..b0fa10dd79fe 100644 --- a/arch/arm/mach-imx/mach-scb9328.c +++ b/arch/arm/mach-imx/mach-scb9328.c | |||
@@ -131,10 +131,6 @@ static void __init scb9328_timer_init(void) | |||
131 | mx1_clocks_init(32000); | 131 | mx1_clocks_init(32000); |
132 | } | 132 | } |
133 | 133 | ||
134 | static struct sys_timer scb9328_timer = { | ||
135 | .init = scb9328_timer_init, | ||
136 | }; | ||
137 | |||
138 | MACHINE_START(SCB9328, "Synertronixx scb9328") | 134 | MACHINE_START(SCB9328, "Synertronixx scb9328") |
139 | /* Sascha Hauer */ | 135 | /* Sascha Hauer */ |
140 | .atag_offset = 100, | 136 | .atag_offset = 100, |
@@ -142,7 +138,7 @@ MACHINE_START(SCB9328, "Synertronixx scb9328") | |||
142 | .init_early = imx1_init_early, | 138 | .init_early = imx1_init_early, |
143 | .init_irq = mx1_init_irq, | 139 | .init_irq = mx1_init_irq, |
144 | .handle_irq = imx1_handle_irq, | 140 | .handle_irq = imx1_handle_irq, |
145 | .timer = &scb9328_timer, | 141 | .init_time = scb9328_timer_init, |
146 | .init_machine = scb9328_init, | 142 | .init_machine = scb9328_init, |
147 | .restart = mxc_restart, | 143 | .restart = mxc_restart, |
148 | MACHINE_END | 144 | MACHINE_END |