summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-imx50.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-05-20 15:46:46 +0800
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 16:10:09 +0800
commitc745cae7027cf9eb96bdc2fd751bd03a196362e5 (patch)
tree0406bf224a3624be1434acb97456842853e2fdfd /arch/arm/mach-imx/mach-imx50.c
parentff4ab2311a902e30cd579339a83679bab944e1bc (diff)
ARM: imx5: remove file mm-imx5.c
The only code left in mm-imx5.c is to create static mapping. While all IMX platform code are moved to use dynamic mapping, the file can just be removed now. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-imx50.c')
-rw-r--r--arch/arm/mach-imx/mach-imx50.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx50.c b/arch/arm/mach-imx/mach-imx50.c
index 66e537ba9841..62a4d4580291 100644
--- a/arch/arm/mach-imx/mach-imx50.c
+++ b/arch/arm/mach-imx/mach-imx50.c
@@ -29,7 +29,6 @@ static const char *imx50_dt_board_compat[] __initconst = {
};
DT_MACHINE_START(IMX50_DT, "Freescale i.MX50 (Device Tree Support)")
- .map_io = mx53_map_io,
.init_irq = tzic_init_irq,
.init_machine = imx50_dt_init,
.dt_compat = imx50_dt_board_compat,