diff options
Diffstat (limited to 'arch/arm/mach-msm/board-dt-8960.c')
-rw-r--r-- | arch/arm/mach-msm/board-dt-8960.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/board-dt-8960.c b/arch/arm/mach-msm/board-dt-8960.c index bb5530957c4f..d4ca52c45111 100644 --- a/arch/arm/mach-msm/board-dt-8960.c +++ b/arch/arm/mach-msm/board-dt-8960.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/of_platform.h> | 14 | #include <linux/of_platform.h> |
15 | 15 | ||
16 | #include <asm/mach/arch.h> | 16 | #include <asm/mach/arch.h> |
17 | #include <asm/mach/map.h> | ||
17 | 18 | ||
18 | #include "common.h" | 19 | #include "common.h" |
19 | 20 | ||
@@ -29,8 +30,6 @@ static const char * const msm8960_dt_match[] __initconst = { | |||
29 | 30 | ||
30 | DT_MACHINE_START(MSM8960_DT, "Qualcomm MSM (Flattened Device Tree)") | 31 | DT_MACHINE_START(MSM8960_DT, "Qualcomm MSM (Flattened Device Tree)") |
31 | .smp = smp_ops(msm_smp_ops), | 32 | .smp = smp_ops(msm_smp_ops), |
32 | .map_io = msm_map_msm8960_io, | ||
33 | .init_time = msm_dt_timer_init, | ||
34 | .init_machine = msm_dt_init, | 33 | .init_machine = msm_dt_init, |
35 | .dt_compat = msm8960_dt_match, | 34 | .dt_compat = msm8960_dt_match, |
36 | MACHINE_END | 35 | MACHINE_END |