diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-26 17:58:41 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 16:36:35 +0400 |
commit | 21cc1b7ede3cf456cf1d51f8a906093261f7c111 (patch) | |
tree | a0e6b7cb4408bba43676db16c910edabe65ea7ce /arch/arm/mach-shmobile/board-bonito.c | |
parent | 7fea1ba58e61c17fb59dfc50c408945f307addc6 (diff) | |
download | linux-21cc1b7ede3cf456cf1d51f8a906093261f7c111.tar.xz |
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-bonito.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bonito.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-bonito.c b/arch/arm/mach-shmobile/board-bonito.c index 81fd95f7f52a..e6b1fd38e72f 100644 --- a/arch/arm/mach-shmobile/board-bonito.c +++ b/arch/arm/mach-shmobile/board-bonito.c @@ -500,5 +500,6 @@ MACHINE_START(BONITO, "bonito") .init_irq = r8a7740_init_irq, .handle_irq = shmobile_handle_irq_intc, .init_machine = bonito_init, + .init_late = shmobile_init_late, .timer = &shmobile_timer, MACHINE_END |