summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/mm.c
diff options
context:
space:
mode:
authorJason Liu2011-09-09 11:17:48 +0200
committerSascha Hauer2011-09-20 09:54:58 +0200
commit281e10da20dcae1730a1aa37356da0688bde989e (patch)
treeff0a9f42febe34d09270825bb6ce2503ef504096 /arch/arm/mach-mx5/mm.c
parentARM: mx5/mm: move i.MX50 mm stuff into mm.c (diff)
downloadkernel-qcow2-linux-281e10da20dcae1730a1aa37356da0688bde989e.tar.gz
kernel-qcow2-linux-281e10da20dcae1730a1aa37356da0688bde989e.tar.xz
kernel-qcow2-linux-281e10da20dcae1730a1aa37356da0688bde989e.zip
ARM: mx5/mm: Remove MX51_DEBUG related mapping
MX51_DEBUG related mapping is dead code, no-one uses it Signed-off-by: Jason Liu <jason.hui@linaro.org> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/mm.c')
-rw-r--r--arch/arm/mach-mx5/mm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mm.c b/arch/arm/mach-mx5/mm.c
index 999f0d3623c5..0002b6815b0d 100644
--- a/arch/arm/mach-mx5/mm.c
+++ b/arch/arm/mach-mx5/mm.c
@@ -36,7 +36,6 @@ static struct map_desc mx50_io_desc[] __initdata = {
*/
static struct map_desc mx51_io_desc[] __initdata = {
imx_map_entry(MX51, IRAM, MT_DEVICE),
- imx_map_entry(MX51, DEBUG, MT_DEVICE),
imx_map_entry(MX51, AIPS1, MT_DEVICE),
imx_map_entry(MX51, SPBA0, MT_DEVICE),
imx_map_entry(MX51, AIPS2, MT_DEVICE),