summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-imx51.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-05-20 07:46:46 (GMT)
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 08:10:09 (GMT)
commitc745cae7027cf9eb96bdc2fd751bd03a196362e5 (patch)
tree0406bf224a3624be1434acb97456842853e2fdfd /arch/arm/mach-imx/mach-imx51.c
parentff4ab2311a902e30cd579339a83679bab944e1bc (diff)
downloadlinux-c745cae7027cf9eb96bdc2fd751bd03a196362e5.tar.xz
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-imx51.c')
-rw-r--r--arch/arm/mach-imx/mach-imx51.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx51.c b/arch/arm/mach-imx/mach-imx51.c
index a2027d2..92806ad 100644
--- a/arch/arm/mach-imx/mach-imx51.c
+++ b/arch/arm/mach-imx/mach-imx51.c
@@ -74,7 +74,6 @@ static const char *imx51_dt_board_compat[] __initconst = {
};
DT_MACHINE_START(IMX51_DT, "Freescale i.MX51 (Device Tree Support)")
- .map_io = mx51_map_io,
.init_early = imx51_init_early,
.init_irq = tzic_init_irq,
.init_machine = imx51_dt_init,