diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-05-20 15:46:46 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:10:09 +0800 |
commit | c745cae7027cf9eb96bdc2fd751bd03a196362e5 (patch) | |
tree | 0406bf224a3624be1434acb97456842853e2fdfd /arch/arm/mach-imx/mach-imx51.c | |
parent | ff4ab2311a902e30cd579339a83679bab944e1bc (diff) | |
download | op-kernel-dev-c745cae7027cf9eb96bdc2fd751bd03a196362e5.zip op-kernel-dev-c745cae7027cf9eb96bdc2fd751bd03a196362e5.tar.gz |
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.c | 1 |
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..92806ad8 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, |