diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-26 10:35:40 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 20:35:33 +0800 |
commit | bb13fabcca35fbce73f8cfbf238dacfa2a223006 (patch) | |
tree | 5dc3bd2f307e83fc984a0804cd92de9c39db6b3b /arch/arm/mach-exynos/mach-nuri.c | |
parent | c914283f5e5f55ddf770b8632a5e65e5aa24343e (diff) | |
download | talos-op-linux-bb13fabcca35fbce73f8cfbf238dacfa2a223006.tar.gz talos-op-linux-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-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index b4f1f902ce6d..5d68532997cd 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c @@ -1350,6 +1350,7 @@ MACHINE_START(NURI, "NURI") .map_io = nuri_map_io, .handle_irq = gic_handle_irq, .init_machine = nuri_machine_init, + .init_late = exynos_init_late, .timer = &exynos4_timer, .reserve = &nuri_reserve, .restart = exynos4_restart, |