diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2011-01-27 15:13:22 -0500 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 14:28:23 -0500 |
commit | 07a3cc4814f790354d4c7be2c9dc6143a714a07a (patch) | |
tree | 5ad3c572cbb4a9b0ef1280adc1fbdaf9830bb867 /arch/arm/mach-msm/include | |
parent | f689ac98777b8ca7278c1099dfc2ebecde397523 (diff) |
msm: Clean up useless ifdefs
Remove ifdefs that do nothing, either from having the code
between them previously removed, or from having been
accidentally added to the wrong file.
Signed-off-by: Stepan Moskovchenko <stepanm@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-7x00.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-7x00.h b/arch/arm/mach-msm/include/mach/msm_iomap-7x00.h index 1e75ed74f169..8f99d97615a0 100644 --- a/arch/arm/mach-msm/include/mach/msm_iomap-7x00.h +++ b/arch/arm/mach-msm/include/mach/msm_iomap-7x00.h | |||
@@ -126,10 +126,4 @@ | |||
126 | #define MSM_AD5_SIZE (SZ_1M*13) | 126 | #define MSM_AD5_SIZE (SZ_1M*13) |
127 | 127 | ||
128 | 128 | ||
129 | #if defined(CONFIG_ARCH_MSM7X30) | ||
130 | #define MSM_GCC_BASE IOMEM(0xF8009000) | ||
131 | #define MSM_GCC_PHYS 0xC0182000 | ||
132 | #define MSM_GCC_SIZE SZ_4K | ||
133 | #endif | ||
134 | |||
135 | #endif | 129 | #endif |