diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos5-dt.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos5-dt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index ea9e3020972d..973a06637572 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | 17 | ||
18 | #include <asm/mach/arch.h> | 18 | #include <asm/mach/arch.h> |
19 | #include <asm/hardware/gic.h> | ||
20 | #include <mach/map.h> | 19 | #include <mach/map.h> |
21 | #include <mach/regs-pmu.h> | 20 | #include <mach/regs-pmu.h> |
22 | 21 | ||
@@ -185,10 +184,9 @@ DT_MACHINE_START(EXYNOS5_DT, "SAMSUNG EXYNOS5 (Flattened Device Tree)") | |||
185 | .init_irq = exynos5_init_irq, | 184 | .init_irq = exynos5_init_irq, |
186 | .smp = smp_ops(exynos_smp_ops), | 185 | .smp = smp_ops(exynos_smp_ops), |
187 | .map_io = exynos5_dt_map_io, | 186 | .map_io = exynos5_dt_map_io, |
188 | .handle_irq = gic_handle_irq, | ||
189 | .init_machine = exynos5_dt_machine_init, | 187 | .init_machine = exynos5_dt_machine_init, |
190 | .init_late = exynos_init_late, | 188 | .init_late = exynos_init_late, |
191 | .timer = &exynos4_timer, | 189 | .init_time = exynos4_timer_init, |
192 | .dt_compat = exynos5_dt_compat, | 190 | .dt_compat = exynos5_dt_compat, |
193 | .restart = exynos5_restart, | 191 | .restart = exynos5_restart, |
194 | .reserve = exynos5_reserve, | 192 | .reserve = exynos5_reserve, |