diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-26 21:58:41 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 20:36:35 +0800 |
commit | 21cc1b7ede3cf456cf1d51f8a906093261f7c111 (patch) | |
tree | a0e6b7cb4408bba43676db16c910edabe65ea7ce /arch/arm/mach-shmobile/board-kota2.c | |
parent | 7fea1ba58e61c17fb59dfc50c408945f307addc6 (diff) | |
download | talos-obmc-linux-21cc1b7ede3cf456cf1d51f8a906093261f7c111.tar.gz talos-obmc-linux-21cc1b7ede3cf456cf1d51f8a906093261f7c111.zip |
ARM: shmobile: use machine specific hook for late init
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Magnus Damm <damm@opensource.se>
Acked-by: "Rafael J. Wysocki" <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/board-kota2.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kota2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-kota2.c b/arch/arm/mach-shmobile/board-kota2.c index 200dcd42a3a0..f60f1b281cc4 100644 --- a/arch/arm/mach-shmobile/board-kota2.c +++ b/arch/arm/mach-shmobile/board-kota2.c @@ -521,5 +521,6 @@ MACHINE_START(KOTA2, "kota2") .init_irq = sh73a0_init_irq, .handle_irq = gic_handle_irq, .init_machine = kota2_init, + .init_late = shmobile_init_late, .timer = &shmobile_timer, MACHINE_END |