diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smartq5.c')
| -rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq5.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq5.c b/arch/arm/mach-s3c64xx/mach-smartq5.c index 3f42431d4dd..c5021d0335c 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq5.c +++ b/arch/arm/mach-s3c64xx/mach-smartq5.c @@ -152,6 +152,7 @@ MACHINE_START(SMARTQ5, "SmartQ 5")  	.handle_irq	= vic_handle_irq,  	.map_io		= smartq_map_io,  	.init_machine	= smartq5_machine_init, +	.init_late	= s3c64xx_init_late,  	.timer		= &s3c24xx_timer,  	.restart	= s3c64xx_restart,  MACHINE_END  |