From c745cae7027cf9eb96bdc2fd751bd03a196362e5 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Tue, 20 May 2014 15:46:46 +0800 Subject: 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 --- arch/arm/mach-imx/mach-imx51.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-imx/mach-imx51.c') diff --git a/arch/arm/mach-imx/mach-imx51.c b/arch/arm/mach-imx/mach-imx51.c index a2027d298a3f..92806ad8f459 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, -- cgit