diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-26 09:08:52 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 08:36:24 -0400 |
commit | cc8f252b713e9c7170bcf6346638dbf6d489d775 (patch) | |
tree | e205665a978789b256a37906b3272688ca889224 /arch/arm/mach-s3c64xx/mach-real6410.c | |
parent | a4b4674e26da6b2c40f5b6485e165beb8f68d335 (diff) |
ARM: s3c64xx: use machine specific hook for late init
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-real6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-real6410.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index be2a9a22ab74..a88b60feaba9 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c | |||
@@ -331,6 +331,7 @@ MACHINE_START(REAL6410, "REAL6410") | |||
331 | .handle_irq = vic_handle_irq, | 331 | .handle_irq = vic_handle_irq, |
332 | .map_io = real6410_map_io, | 332 | .map_io = real6410_map_io, |
333 | .init_machine = real6410_machine_init, | 333 | .init_machine = real6410_machine_init, |
334 | .init_late = s3c64xx_init_late, | ||
334 | .timer = &s3c24xx_timer, | 335 | .timer = &s3c24xx_timer, |
335 | .restart = s3c64xx_restart, | 336 | .restart = s3c64xx_restart, |
336 | MACHINE_END | 337 | MACHINE_END |