diff options
author | Hiroshi Doyu <hdoyu@nvidia.com> | 2013-02-04 06:08:18 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-05 16:23:56 -0500 |
commit | 7e61114963233c0863fca12ad9c25711251759dd (patch) | |
tree | bc767b77cd65c082d5ec0901b322002e1c38ed91 /arch/arm/mach-tegra | |
parent | f7c66dc0bf0f4ecd349c79315c87841c67e27aef (diff) |
ARM: tegra: Fix build error for gic update
Fix build error in board-dt-tegra114.c(next-20130204)
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Reported-by: Sami Liedes<sliedes@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/board-dt-tegra114.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-dt-tegra114.c b/arch/arm/mach-tegra/board-dt-tegra114.c index 3ed17ce884df..72598e298667 100644 --- a/arch/arm/mach-tegra/board-dt-tegra114.c +++ b/arch/arm/mach-tegra/board-dt-tegra114.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/clocksource.h> | 19 | #include <linux/clocksource.h> |
20 | 20 | ||
21 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
22 | #include <asm/hardware/gic.h> | ||
23 | 22 | ||
24 | #include "board.h" | 23 | #include "board.h" |
25 | #include "common.h" | 24 | #include "common.h" |
@@ -39,7 +38,6 @@ DT_MACHINE_START(TEGRA114_DT, "NVIDIA Tegra114 (Flattened Device Tree)") | |||
39 | .map_io = tegra_map_common_io, | 38 | .map_io = tegra_map_common_io, |
40 | .init_early = tegra30_init_early, | 39 | .init_early = tegra30_init_early, |
41 | .init_irq = tegra_dt_init_irq, | 40 | .init_irq = tegra_dt_init_irq, |
42 | .handle_irq = gic_handle_irq, | ||
43 | .init_time = clocksource_of_init, | 41 | .init_time = clocksource_of_init, |
44 | .init_machine = tegra114_dt_init, | 42 | .init_machine = tegra114_dt_init, |
45 | .init_late = tegra_init_late, | 43 | .init_late = tegra_init_late, |