diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-07-24 13:54:29 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-08-06 11:18:01 -0700 |
commit | 34606f38713169a88a8be6c75ccf93d59841c349 (patch) | |
tree | 8f02a1fe04ae2ad538919c73e8b6bb9efc883f16 /arch/arm/mach-msm/board-dt-8960.c | |
parent | 6d07917e3f9f109477ac3ed72485f87e54132cfd (diff) | |
download | blackbird-op-linux-34606f38713169a88a8be6c75ccf93d59841c349.tar.gz blackbird-op-linux-34606f38713169a88a8be6c75ccf93d59841c349.zip |
ARM: msm: Remove TMR and TMR0 static mappings
Nobody is using these mappings so just drop them. of_iomap() in
the timer driver will take care of it for us. Doing this allows
us to remove the 8x60 and 8960 iomap files completely.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-dt-8960.c')
-rw-r--r-- | arch/arm/mach-msm/board-dt-8960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-dt-8960.c b/arch/arm/mach-msm/board-dt-8960.c index bb5530957c4f..f930eaf8f54c 100644 --- a/arch/arm/mach-msm/board-dt-8960.c +++ b/arch/arm/mach-msm/board-dt-8960.c @@ -14,6 +14,7 @@ #include <linux/of_platform.h> #include <asm/mach/arch.h> +#include <asm/mach/map.h> #include "common.h" @@ -29,7 +30,6 @@ static const char * const msm8960_dt_match[] __initconst = { DT_MACHINE_START(MSM8960_DT, "Qualcomm MSM (Flattened Device Tree)") .smp = smp_ops(msm_smp_ops), - .map_io = msm_map_msm8960_io, .init_time = msm_dt_timer_init, .init_machine = msm_dt_init, .dt_compat = msm8960_dt_match, |