diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-26 15:22:45 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 14:36:34 +0200 |
commit | 7fea1ba58e61c17fb59dfc50c408945f307addc6 (patch) | |
tree | 2403b16b9ea948964dfd3b2df8fb13eb0b84e652 /arch/arm/mach-sa1100/h3600.c | |
parent | ARM: s3c64xx: use machine specific hook for late init (diff) | |
download | linux-7fea1ba58e61c17fb59dfc50c408945f307addc6.tar.xz linux-7fea1ba58e61c17fb59dfc50c408945f307addc6.zip |
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/h3600.c')
-rw-r--r-- | arch/arm/mach-sa1100/h3600.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c index cb6659f294fe..ba7a2901ab88 100644 --- a/arch/arm/mach-sa1100/h3600.c +++ b/arch/arm/mach-sa1100/h3600.c @@ -160,6 +160,7 @@ MACHINE_START(H3600, "Compaq iPAQ H3600") .init_irq = sa1100_init_irq, .timer = &sa1100_timer, .init_machine = h3600_mach_init, + .init_late = sa11x0_init_late, .restart = sa11x0_restart, MACHINE_END |