diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 5 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index becba430a246..771cbe44b662 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -121,11 +121,6 @@ static struct map_desc ap_io_desc[] __initdata = { | |||
121 | .length = SZ_4K, | 121 | .length = SZ_4K, |
122 | .type = MT_DEVICE | 122 | .type = MT_DEVICE |
123 | }, { | 123 | }, { |
124 | .virtual = IO_ADDRESS(INTEGRATOR_UART1_BASE), | ||
125 | .pfn = __phys_to_pfn(INTEGRATOR_UART1_BASE), | ||
126 | .length = SZ_4K, | ||
127 | .type = MT_DEVICE | ||
128 | }, { | ||
129 | .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), | 124 | .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), |
130 | .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE), | 125 | .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE), |
131 | .length = SZ_4K, | 126 | .length = SZ_4K, |
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index fc2b1e48c760..c4b6af9a4239 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c | |||
@@ -105,11 +105,6 @@ static struct map_desc intcp_io_desc[] __initdata = { | |||
105 | .length = SZ_4K, | 105 | .length = SZ_4K, |
106 | .type = MT_DEVICE | 106 | .type = MT_DEVICE |
107 | }, { | 107 | }, { |
108 | .virtual = IO_ADDRESS(INTEGRATOR_UART1_BASE), | ||
109 | .pfn = __phys_to_pfn(INTEGRATOR_UART1_BASE), | ||
110 | .length = SZ_4K, | ||
111 | .type = MT_DEVICE | ||
112 | }, { | ||
113 | .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), | 108 | .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), |
114 | .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE), | 109 | .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE), |
115 | .length = SZ_4K, | 110 | .length = SZ_4K, |