diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-03-13 16:31:53 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-13 17:06:30 +0300 |
commit | d8a3beea003b4c162e5713a1a86596e9296da1d7 (patch) | |
tree | 9a48292deb236fad0f5a8b6c9d29896ae0e4fc9b /arch/arm/mach-imx/common.h | |
parent | 9557fe40750c19485ad0827783369db20405fec5 (diff) | |
download | linux-d8a3beea003b4c162e5713a1a86596e9296da1d7.tar.xz |
ARM: mx25: Remove mx25_clocks_init()
mx25_clocks_init() is only used to register the clocks for non-dt platforms.
As mx25 has been converted to a dt-only platform, we can safely remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.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 1028b6c505c4..a12b52d3152f 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -51,7 +51,6 @@ void epit_timer_init(void __iomem *base, int irq); void mxc_timer_init(void __iomem *, int); int mx1_clocks_init(unsigned long fref); int mx21_clocks_init(unsigned long lref, unsigned long fref); -int mx25_clocks_init(void); int mx27_clocks_init(unsigned long fref); int mx31_clocks_init(unsigned long fref); int mx35_clocks_init(void); |