diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-10 13:33:08 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 14:17:41 -0400 |
commit | cb03af01c612ba97621a927225791a98357959c1 (patch) | |
tree | e36ece7dd0922e5b5a3d4906f4bc277a194a672f /arch/arm/mach-msm/io.c | |
parent | 28a33cbc24e4256c143dce96c7d93bf423229f92 (diff) |
ARM: msm: Allow msm_iomap-8x60 and msm_iomap-8960 to coexist
Remove the unused GCC, ACC, and shared memory definitions in the
8660 static mappings. This allows the 8660 header file to be
included in msm_iomap.h unconditionally.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/io.c')
-rw-r--r-- | arch/arm/mach-msm/io.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index a1e7b1168850..b0016a00ddf2 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c | |||
@@ -109,8 +109,6 @@ static struct map_desc msm8x60_io_desc[] __initdata = { | |||
109 | MSM_CHIP_DEVICE(QGIC_CPU, MSM8X60), | 109 | MSM_CHIP_DEVICE(QGIC_CPU, MSM8X60), |
110 | MSM_CHIP_DEVICE(TMR, MSM8X60), | 110 | MSM_CHIP_DEVICE(TMR, MSM8X60), |
111 | MSM_CHIP_DEVICE(TMR0, MSM8X60), | 111 | MSM_CHIP_DEVICE(TMR0, MSM8X60), |
112 | MSM_DEVICE(ACC), | ||
113 | MSM_DEVICE(GCC), | ||
114 | #ifdef CONFIG_DEBUG_MSM8660_UART | 112 | #ifdef CONFIG_DEBUG_MSM8660_UART |
115 | MSM_DEVICE(DEBUG_UART), | 113 | MSM_DEVICE(DEBUG_UART), |
116 | #endif | 114 | #endif |