summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/mach-smdkv310.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-26 02:35:40 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 12:35:33 (GMT)
commitbb13fabcca35fbce73f8cfbf238dacfa2a223006 (patch)
tree5dc3bd2f307e83fc984a0804cd92de9c39db6b3b /arch/arm/mach-exynos/mach-smdkv310.c
parentc914283f5e5f55ddf770b8632a5e65e5aa24343e (diff)
downloadlinux-fsl-qoriq-bb13fabcca35fbce73f8cfbf238dacfa2a223006.tar.xz
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-smdkv310.c')
-rw-r--r--arch/arm/mach-exynos/mach-smdkv310.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c
index 83b91fa..f9d2b31 100644
--- a/arch/arm/mach-exynos/mach-smdkv310.c
+++ b/arch/arm/mach-exynos/mach-smdkv310.c
@@ -393,6 +393,7 @@ MACHINE_START(SMDKC210, "SMDKC210")
.map_io = smdkv310_map_io,
.handle_irq = gic_handle_irq,
.init_machine = smdkv310_machine_init,
+ .init_late = exynos_init_late,
.timer = &exynos4_timer,
.restart = exynos4_restart,
MACHINE_END