aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-origen.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-26 10:35:40 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 20:35:33 +0800
commitbb13fabcca35fbce73f8cfbf238dacfa2a223006 (patch)
tree5dc3bd2f307e83fc984a0804cd92de9c39db6b3b /arch/arm/mach-exynos/mach-origen.c
parentARM: ep93xx: use machine specific hook for late init (diff)
downloadlinux-dev-bb13fabcca35fbce73f8cfbf238dacfa2a223006.tar.xz
linux-dev-bb13fabcca35fbce73f8cfbf238dacfa2a223006.zip
ARM: exynos: use machine specific hook for late init
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
-rw-r--r--arch/arm/mach-exynos/mach-origen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index 878d4c99142d..263ba441386e 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -735,6 +735,7 @@ MACHINE_START(ORIGEN, "ORIGEN")
.map_io = origen_map_io,
.handle_irq = gic_handle_irq,
.init_machine = origen_machine_init,
+ .init_late = exynos_init_late,
.timer = &exynos4_timer,
.reserve = &origen_reserve,
.restart = exynos4_restart,