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 fc970409dba..b0fa10dd79f 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)  	mx1_clocks_init(32000);  } -static struct sys_timer scb9328_timer = { -	.init	= scb9328_timer_init, -}; -  MACHINE_START(SCB9328, "Synertronixx scb9328")  	/* Sascha Hauer */  	.atag_offset = 100, @@ -142,7 +138,7 @@ MACHINE_START(SCB9328, "Synertronixx scb9328")  	.init_early = imx1_init_early,  	.init_irq = mx1_init_irq,  	.handle_irq = imx1_handle_irq, -	.timer = &scb9328_timer, +	.init_time	= scb9328_timer_init,  	.init_machine = scb9328_init,  	.restart	= mxc_restart,  MACHINE_END  |