From 152e671e91dd3f1b3448040ce6251f0ef95a6ef1 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Mon, 19 May 2014 14:19:11 +0800 Subject: ARM: imx5: remove i.MX5 non-DT device registration helpers i.MX5 is DT only platforms, so these non-DT device registration helpers is used nowhere. Remove them. Signed-off-by: Shawn Guo --- arch/arm/mach-imx/devices/platform-mxc_nand.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm/mach-imx/devices/platform-mxc_nand.c') diff --git a/arch/arm/mach-imx/devices/platform-mxc_nand.c b/arch/arm/mach-imx/devices/platform-mxc_nand.c index 7af1c53e42b5..fa618a34f462 100644 --- a/arch/arm/mach-imx/devices/platform-mxc_nand.c +++ b/arch/arm/mach-imx/devices/platform-mxc_nand.c @@ -54,11 +54,6 @@ const struct imx_mxc_nand_data imx35_mxc_nand_data __initconst = imx_mxc_nand_data_entry_single(MX35, "imx25-nand", SZ_8K); #endif -#ifdef CONFIG_SOC_IMX51 -const struct imx_mxc_nand_data imx51_mxc_nand_data __initconst = - imx_mxc_nandv3_data_entry_single(MX51, "imx51-nand", SZ_16K); -#endif - struct platform_device *__init imx_add_mxc_nand( const struct imx_mxc_nand_data *data, const struct mxc_nand_platform_data *pdata) -- cgit v1.2.3