aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-05-02 05:08:06 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-05-08 08:36:36 -0400
commit390e0cfd320b28d6964b92d83d59168a33c28866 (patch)
tree769a24ef3085e334922bbd8043768a1bcc69d10b /arch/arm/mach-tegra/board-paz00.c
parent21cc1b7ede3cf456cf1d51f8a906093261f7c111 (diff)
ARM: tegra: use machine specific hook for late init
Cc: Colin Cross <ccross@android.com> Cc: Olof Johansson <olof@lixom.net> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r--arch/arm/mach-tegra/board-paz00.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c
index 330afdfa2475..2e8a4c61afb2 100644
--- a/arch/arm/mach-tegra/board-paz00.c
+++ b/arch/arm/mach-tegra/board-paz00.c
@@ -221,5 +221,6 @@ MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ")
221 .handle_irq = gic_handle_irq, 221 .handle_irq = gic_handle_irq,
222 .timer = &tegra_timer, 222 .timer = &tegra_timer,
223 .init_machine = tegra_paz00_init, 223 .init_machine = tegra_paz00_init,
224 .init_late = tegra_init_late,
224 .restart = tegra_assert_system_reset, 225 .restart = tegra_assert_system_reset,
225MACHINE_END 226MACHINE_END