diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-05-19 15:08:43 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 10:10:06 +0200 |
commit | c23f82a70c8ca89f5fae1a8f8e927cc257fb19f7 (patch) | |
tree | e157e0ed21b967257cde30ab121750a195a0a7c8 /arch/arm/mach-imx/common.h | |
parent | ARM: imx5: tzic_init_irq() can directly be .init_irq hook (diff) | |
download | linux-c23f82a70c8ca89f5fae1a8f8e927cc257fb19f7.tar.xz linux-c23f82a70c8ca89f5fae1a8f8e927cc257fb19f7.zip |
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 <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 6d018c039896..1d6cf4d55f57 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); |