diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-11 15:40:26 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 06:15:26 +0300 |
commit | 24e0729703babd424b63c0fd6d722687a3e8c079 (patch) | |
tree | 07f8c1d1139d3d3394a3df779b137cbcd4ffe643 /arch/arm/mach-imx/common.h | |
parent | cf4ff9618d2363362e89d52a595918d565b13bf3 (diff) | |
download | linux-24e0729703babd424b63c0fd6d722687a3e8c079.tar.xz |
ARM: imx27: Remove imx27_soc_init()
imx27_soc_init() was only used by i.MX27 board files. Since the
board files users are gone, it is safe to remove imx27_soc_init() too.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
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 72c3fcc32910..9c1c51c5f46f 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -31,7 +31,6 @@ void mx27_init_irq(void); void mx31_init_irq(void); void mx35_init_irq(void); void imx21_soc_init(void); -void imx27_soc_init(void); void imx31_soc_init(void); void imx35_soc_init(void); int mx21_clocks_init(unsigned long lref, unsigned long fref); |