diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-25 22:35:40 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 08:35:33 -0400 |
commit | bb13fabcca35fbce73f8cfbf238dacfa2a223006 (patch) | |
tree | 5dc3bd2f307e83fc984a0804cd92de9c39db6b3b /arch/arm/mach-exynos/mach-universal_c210.c | |
parent | c914283f5e5f55ddf770b8632a5e65e5aa24343e (diff) |
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-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 7ebf79c2ab34..7c348862545d 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -1112,6 +1112,7 @@ MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") | |||
1112 | .map_io = universal_map_io, | 1112 | .map_io = universal_map_io, |
1113 | .handle_irq = gic_handle_irq, | 1113 | .handle_irq = gic_handle_irq, |
1114 | .init_machine = universal_machine_init, | 1114 | .init_machine = universal_machine_init, |
1115 | .init_late = exynos_init_late, | ||
1115 | .timer = &exynos4_timer, | 1116 | .timer = &exynos4_timer, |
1116 | .reserve = &universal_reserve, | 1117 | .reserve = &universal_reserve, |
1117 | .restart = exynos4_restart, | 1118 | .restart = exynos4_restart, |