summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/common.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2013-07-24 13:54:29 -0700
committerDavid Brown <davidb@codeaurora.org>2013-08-06 11:18:01 -0700
commit34606f38713169a88a8be6c75ccf93d59841c349 (patch)
tree8f02a1fe04ae2ad538919c73e8b6bb9efc883f16 /arch/arm/mach-msm/common.h
parent6d07917e3f9f109477ac3ed72485f87e54132cfd (diff)
downloadop-kernel-dev-34606f38713169a88a8be6c75ccf93d59841c349.zip
op-kernel-dev-34606f38713169a88a8be6c75ccf93d59841c349.tar.gz
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/common.h')
-rw-r--r--arch/arm/mach-msm/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h
index 421cf77..569bd16 100644
--- a/arch/arm/mach-msm/common.h
+++ b/arch/arm/mach-msm/common.h
@@ -19,8 +19,6 @@ extern void qsd8x50_timer_init(void);
extern void msm_map_common_io(void);
extern void msm_map_msm7x30_io(void);
-extern void msm_map_msm8x60_io(void);
-extern void msm_map_msm8960_io(void);
extern void msm_map_qsd8x50_io(void);
extern void __iomem *__msm_ioremap_caller(phys_addr_t phys_addr, size_t size,
OpenPOWER on IntegriCloud