From c23f82a70c8ca89f5fae1a8f8e927cc257fb19f7 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Mon, 19 May 2014 21:08:43 +0800 Subject: ARM: imx5: remove function imx51_soc_init() The function imx51_soc_init() was used by non-DT boot only. Since i.MX51 supports DT only, the function can be removed now. Signed-off-by: Shawn Guo --- arch/arm/mach-imx/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-imx/common.h') diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 6d018c0..1d6cf4d 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -50,7 +50,6 @@ void imx25_soc_init(void); void imx27_soc_init(void); void imx31_soc_init(void); void imx35_soc_init(void); -void imx51_soc_init(void); void imx51_init_late(void); void imx53_init_late(void); void epit_timer_init(void __iomem *base, int irq); -- cgit v1.1