aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/io.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2011-01-12 18:06:06 -0500
committerLen Brown <len.brown@intel.com>2011-01-12 18:06:06 -0500
commit56dbed129df3fdd4caf9018b6e7599ee258a5420 (patch)
treeb902491aef3a99efe0d9d49edd0f6e414dba654f /arch/arm/mach-msm/io.c
parent2a2d31c8dc6f1ebcf5eab1d93a0cb0fb4ed57c7c (diff)
parentf878133bf022717b880d0e0995b8f91436fd605c (diff)
Merge branch 'linus' into idle-test
Diffstat (limited to 'arch/arm/mach-msm/io.c')
-rw-r--r--arch/arm/mach-msm/io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index d36b61074146..800f327a7ecc 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -105,6 +105,7 @@ static struct map_desc msm8x60_io_desc[] __initdata = {
105 MSM_DEVICE(QGIC_DIST), 105 MSM_DEVICE(QGIC_DIST),
106 MSM_DEVICE(QGIC_CPU), 106 MSM_DEVICE(QGIC_CPU),
107 MSM_DEVICE(TMR), 107 MSM_DEVICE(TMR),
108 MSM_DEVICE(TMR0),
108 MSM_DEVICE(ACC), 109 MSM_DEVICE(ACC),
109 MSM_DEVICE(GCC), 110 MSM_DEVICE(GCC),
110}; 111};
@@ -163,3 +164,4 @@ __msm_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype)
163 return __arm_ioremap_caller(phys_addr, size, mtype, 164 return __arm_ioremap_caller(phys_addr, size, mtype,
164 __builtin_return_address(0)); 165 __builtin_return_address(0));
165} 166}
167EXPORT_SYMBOL(__msm_ioremap);