diff options
Diffstat (limited to 'arch/arm/mach-msm/board-dt-8660.c')
| -rw-r--r-- | arch/arm/mach-msm/board-dt-8660.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-msm/board-dt-8660.c b/arch/arm/mach-msm/board-dt-8660.c index 492f5cd87b0a..c2946892f5e3 100644 --- a/arch/arm/mach-msm/board-dt-8660.c +++ b/arch/arm/mach-msm/board-dt-8660.c | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | #include <linux/of_platform.h> | 15 | #include <linux/of_platform.h> |
| 16 | 16 | ||
| 17 | #include <asm/mach/arch.h> | 17 | #include <asm/mach/arch.h> |
| 18 | #include <asm/mach/map.h> | ||
| 18 | 19 | ||
| 19 | #include <mach/board.h> | ||
| 20 | #include "common.h" | 20 | #include "common.h" |
| 21 | 21 | ||
| 22 | static void __init msm8x60_init_late(void) | 22 | static void __init msm8x60_init_late(void) |
| @@ -42,9 +42,7 @@ static const char *msm8x60_fluid_match[] __initdata = { | |||
| 42 | 42 | ||
| 43 | DT_MACHINE_START(MSM_DT, "Qualcomm MSM (Flattened Device Tree)") | 43 | DT_MACHINE_START(MSM_DT, "Qualcomm MSM (Flattened Device Tree)") |
| 44 | .smp = smp_ops(msm_smp_ops), | 44 | .smp = smp_ops(msm_smp_ops), |
| 45 | .map_io = msm_map_msm8x60_io, | ||
| 46 | .init_machine = msm8x60_dt_init, | 45 | .init_machine = msm8x60_dt_init, |
| 47 | .init_late = msm8x60_init_late, | 46 | .init_late = msm8x60_init_late, |
| 48 | .init_time = msm_dt_timer_init, | ||
| 49 | .dt_compat = msm8x60_fluid_match, | 47 | .dt_compat = msm8x60_fluid_match, |
| 50 | MACHINE_END | 48 | MACHINE_END |
