diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos4-dt.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos4-dt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index ac09af860b38..3358088c822a 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/serial_core.h> | 15 | #include <linux/serial_core.h> |
16 | 16 | ||
17 | #include <asm/mach/arch.h> | 17 | #include <asm/mach/arch.h> |
18 | #include <asm/hardware/gic.h> | ||
19 | #include <mach/map.h> | 18 | #include <mach/map.h> |
20 | 19 | ||
21 | #include <plat/cpu.h> | 20 | #include <plat/cpu.h> |
@@ -141,10 +140,9 @@ DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") | |||
141 | .smp = smp_ops(exynos_smp_ops), | 140 | .smp = smp_ops(exynos_smp_ops), |
142 | .init_irq = exynos4_init_irq, | 141 | .init_irq = exynos4_init_irq, |
143 | .map_io = exynos4_dt_map_io, | 142 | .map_io = exynos4_dt_map_io, |
144 | .handle_irq = gic_handle_irq, | ||
145 | .init_machine = exynos4_dt_machine_init, | 143 | .init_machine = exynos4_dt_machine_init, |
146 | .init_late = exynos_init_late, | 144 | .init_late = exynos_init_late, |
147 | .timer = &exynos4_timer, | 145 | .init_time = exynos4_timer_init, |
148 | .dt_compat = exynos4_dt_compat, | 146 | .dt_compat = exynos4_dt_compat, |
149 | .restart = exynos4_restart, | 147 | .restart = exynos4_restart, |
150 | MACHINE_END | 148 | MACHINE_END |