summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx51/mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx51/mm.c')
-rw-r--r--arch/arm/mach-mx51/mm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-mx51/mm.c b/arch/arm/mach-mx51/mm.c
index 42f3cea391bb..39222b8d1c55 100644
--- a/arch/arm/mach-mx51/mm.c
+++ b/arch/arm/mach-mx51/mm.c
@@ -30,11 +30,6 @@
*/
static struct map_desc mx51_io_desc[] __initdata = {
{
- .virtual = DEBUG_BASE_ADDR_VIRT,
- .pfn = __phys_to_pfn(DEBUG_BASE_ADDR),
- .length = DEBUG_SIZE,
- .type = MT_DEVICE},
- {
.virtual = AIPS1_BASE_ADDR_VIRT,
.pfn = __phys_to_pfn(AIPS1_BASE_ADDR),
.length = AIPS1_SIZE,