aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/cerf.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-26 21:22:45 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 20:36:34 +0800
commit7fea1ba58e61c17fb59dfc50c408945f307addc6 (patch)
tree2403b16b9ea948964dfd3b2df8fb13eb0b84e652 /arch/arm/mach-sa1100/cerf.c
parentcc8f252b713e9c7170bcf6346638dbf6d489d775 (diff)
ARM: sa1100: use machine specific hook for late init
Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-sa1100/cerf.c')
-rw-r--r--arch/arm/mach-sa1100/cerf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/cerf.c b/arch/arm/mach-sa1100/cerf.c
index 4a61f60e050..09d7f4b4b35 100644
--- a/arch/arm/mach-sa1100/cerf.c
+++ b/arch/arm/mach-sa1100/cerf.c
@@ -134,5 +134,6 @@ MACHINE_START(CERF, "Intrinsyc CerfBoard/CerfCube")
.init_irq = cerf_init_irq,
.timer = &sa1100_timer,
.init_machine = cerf_init,
+ .init_late = sa11x0_init_late,
.restart = sa11x0_restart,
MACHINE_END