aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-sx1.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-26 13:49:29 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 20:36:18 +0800
commit82c3bd03535f1571426fdd19b7d832f76b7ac85e (patch)
treec5d2a31e0b46045803215b4c9e595322e5cc04a7 /arch/arm/mach-omap1/board-sx1.c
parentARM: msm: use machine specific hook for late init (diff)
downloadlinux-dev-82c3bd03535f1571426fdd19b7d832f76b7ac85e.tar.xz
linux-dev-82c3bd03535f1571426fdd19b7d832f76b7ac85e.zip
ARM: omap1: use machine specific hook for late init
Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1.c')
-rw-r--r--arch/arm/mach-omap1/board-sx1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c
index f34cb74a9f41..3b7b82b13684 100644
--- a/arch/arm/mach-omap1/board-sx1.c
+++ b/arch/arm/mach-omap1/board-sx1.c
@@ -407,6 +407,7 @@ MACHINE_START(SX1, "OMAP310 based Siemens SX1")
.reserve = omap_reserve,
.init_irq = omap1_init_irq,
.init_machine = omap_sx1_init,
+ .init_late = omap1_init_late,
.timer = &omap1_timer,
.restart = omap1_restart,
MACHINE_END