diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index e5480b47c8e7..8a5245919456 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c | |||
@@ -216,7 +216,7 @@ MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") | |||
216 | .atag_offset = 0x100, | 216 | .atag_offset = 0x100, |
217 | .fixup = tegra_paz00_fixup, | 217 | .fixup = tegra_paz00_fixup, |
218 | .map_io = tegra_map_common_io, | 218 | .map_io = tegra_map_common_io, |
219 | .init_early = tegra_init_early, | 219 | .init_early = tegra20_init_early, |
220 | .init_irq = tegra_init_irq, | 220 | .init_irq = tegra_init_irq, |
221 | .handle_irq = gic_handle_irq, | 221 | .handle_irq = gic_handle_irq, |
222 | .timer = &tegra_timer, | 222 | .timer = &tegra_timer, |