diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos4-dt.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos4-dt.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b9ed834a7eee..0099c6c13bba 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c | |||
@@ -23,11 +23,6 @@ | |||
23 | 23 | ||
24 | #include "common.h" | 24 | #include "common.h" |
25 | 25 | ||
26 | static void __init exynos4_dt_map_io(void) | ||
27 | { | ||
28 | exynos_init_io(NULL, 0); | ||
29 | } | ||
30 | |||
31 | static void __init exynos4_dt_machine_init(void) | 26 | static void __init exynos4_dt_machine_init(void) |
32 | { | 27 | { |
33 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 28 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
@@ -55,8 +50,7 @@ static void __init exynos4_reserve(void) | |||
55 | DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") | 50 | DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") |
56 | /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */ | 51 | /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */ |
57 | .smp = smp_ops(exynos_smp_ops), | 52 | .smp = smp_ops(exynos_smp_ops), |
58 | .init_irq = exynos4_init_irq, | 53 | .map_io = exynos_init_io, |
59 | .map_io = exynos4_dt_map_io, | ||
60 | .init_early = exynos_firmware_init, | 54 | .init_early = exynos_firmware_init, |
61 | .init_machine = exynos4_dt_machine_init, | 55 | .init_machine = exynos4_dt_machine_init, |
62 | .init_late = exynos_init_late, | 56 | .init_late = exynos_init_late, |