diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-01-06 18:09:14 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-01-06 18:09:14 -0500 |
commit | e067096c8d57d191f29d734cd5692695c95cc36e (patch) | |
tree | e1c200404c3ed3730d04837113d59ca898eb483a /arch/arm/mach-tegra/board-paz00.c | |
parent | 1fc3eb81100c3f3cd44e706e54390151b0f1ce74 (diff) | |
parent | e5570bbc9c06634cfac94e06ac1432b53d8595e5 (diff) |
Merge branch 'tegra/soc' into next/boards
Conflicts:
arch/arm/mach-tegra/board-harmony-pcie.c
To fix an internal merge conflict between the tegra/soc and tegra/boards
branches.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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, |