diff options
author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-05-29 14:37:29 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2013-05-31 08:39:50 -0700 |
commit | 1a56e4b23d2b4445397419202ff40e0b34ba3d7e (patch) | |
tree | 7bd61e2c11da669f174aca8e38a66596ba9d2563 /arch/arm/mach-msm/io.c | |
parent | 6ff9bbf22d2bdfebed514dfb0b76a7510abc5c62 (diff) | |
download | blackbird-op-linux-1a56e4b23d2b4445397419202ff40e0b34ba3d7e.tar.gz blackbird-op-linux-1a56e4b23d2b4445397419202ff40e0b34ba3d7e.zip |
msm: iomap: Remove unused bases and mappings
QGIC_DIST and QGIC_CPU bases are now unused as they are
obtained from device tree. Remove the static iomappings.
Signed-off-by: Rohit Vaswani <rvaswani@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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index 123ef9cbce1b..efa113e4de86 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c @@ -107,8 +107,6 @@ void __init msm_map_qsd8x50_io(void) #ifdef CONFIG_ARCH_MSM8X60 static struct map_desc msm8x60_io_desc[] __initdata = { - MSM_CHIP_DEVICE(QGIC_DIST, MSM8X60), - MSM_CHIP_DEVICE(QGIC_CPU, MSM8X60), MSM_CHIP_DEVICE(TMR, MSM8X60), MSM_CHIP_DEVICE(TMR0, MSM8X60), #ifdef CONFIG_DEBUG_MSM8660_UART @@ -124,8 +122,6 @@ void __init msm_map_msm8x60_io(void) #ifdef CONFIG_ARCH_MSM8960 static struct map_desc msm8960_io_desc[] __initdata = { - MSM_CHIP_DEVICE(QGIC_DIST, MSM8960), - MSM_CHIP_DEVICE(QGIC_CPU, MSM8960), MSM_CHIP_DEVICE(TMR, MSM8960), MSM_CHIP_DEVICE(TMR0, MSM8960), #ifdef CONFIG_DEBUG_MSM8960_UART |