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-origen.c | |
parent | c914283f5e5f55ddf770b8632a5e65e5aa24343e (diff) | |
download | blackbird-obmc-linux-bb13fabcca35fbce73f8cfbf238dacfa2a223006.tar.gz blackbird-obmc-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-origen.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 1 |
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, |