diff options
author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-07-24 16:54:26 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-07-29 14:24:36 -0400 |
commit | 425dbc5e72822acd470278b8517f1088357a18bf (patch) | |
tree | 936de2a86d909cb2d82b2e8bba878ab6512110cb /arch/arm/mach-msm/include | |
parent | 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b (diff) |
ARM: msm: Remove unused and unmapped MSM_TLMM_BASE for 8x60
MSM_TLMM_BASE is currently not mapped by 8x60. Remove it.
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/include')
-rw-r--r-- | arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h index 75a7b62c1c74..4f57b437c1b4 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-8x60.h | |||
@@ -35,10 +35,6 @@ | |||
35 | * | 35 | * |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #define MSM_TLMM_BASE IOMEM(0xF0004000) | ||
39 | #define MSM_TLMM_PHYS 0x00800000 | ||
40 | #define MSM_TLMM_SIZE SZ_16K | ||
41 | |||
42 | #define MSM8X60_TMR_PHYS 0x02000000 | 38 | #define MSM8X60_TMR_PHYS 0x02000000 |
43 | #define MSM8X60_TMR_SIZE SZ_4K | 39 | #define MSM8X60_TMR_SIZE SZ_4K |
44 | 40 | ||