提交 7e611149 编写于 作者: H Hiroshi Doyu 提交者: Olof Johansson

ARM: tegra: Fix build error for gic update

Fix build error in board-dt-tegra114.c(next-20130204)
Signed-off-by: NHiroshi Doyu <hdoyu@nvidia.com>
Reported-by: Sami Liedes<sliedes@nvidia.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 f7c66dc0
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <linux/clocksource.h> #include <linux/clocksource.h>
#include <asm/mach/arch.h> #include <asm/mach/arch.h>
#include <asm/hardware/gic.h>
#include "board.h" #include "board.h"
#include "common.h" #include "common.h"
...@@ -39,7 +38,6 @@ DT_MACHINE_START(TEGRA114_DT, "NVIDIA Tegra114 (Flattened Device Tree)") ...@@ -39,7 +38,6 @@ DT_MACHINE_START(TEGRA114_DT, "NVIDIA Tegra114 (Flattened Device Tree)")
.map_io = tegra_map_common_io, .map_io = tegra_map_common_io,
.init_early = tegra30_init_early, .init_early = tegra30_init_early,
.init_irq = tegra_dt_init_irq, .init_irq = tegra_dt_init_irq,
.handle_irq = gic_handle_irq,
.init_time = clocksource_of_init, .init_time = clocksource_of_init,
.init_machine = tegra114_dt_init, .init_machine = tegra114_dt_init,
.init_late = tegra_init_late, .init_late = tegra_init_late,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册