diff options
Diffstat (limited to 'arch/arm/mach-msm/io.c')
-rw-r--r-- | arch/arm/mach-msm/io.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c index 05f96b780aa6..fde5e58b51c3 100644 --- a/arch/arm/mach-msm/io.c +++ b/arch/arm/mach-msm/io.c | |||
@@ -45,6 +45,9 @@ static struct map_desc msm_io_desc[] __initdata = { | |||
45 | #ifdef CONFIG_MSM_DEBUG_UART | 45 | #ifdef CONFIG_MSM_DEBUG_UART |
46 | MSM_DEVICE(DEBUG_UART), | 46 | MSM_DEVICE(DEBUG_UART), |
47 | #endif | 47 | #endif |
48 | #ifdef CONFIG_ARCH_MSM7X30 | ||
49 | MSM_DEVICE(GCC), | ||
50 | #endif | ||
48 | { | 51 | { |
49 | .virtual = (unsigned long) MSM_SHARED_RAM_BASE, | 52 | .virtual = (unsigned long) MSM_SHARED_RAM_BASE, |
50 | .pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS), | 53 | .pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS), |