diff options
author | Denis Carikli <denis@eukrea.com> | 2014-06-25 14:41:36 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 10:11:32 +0200 |
commit | e9db15e3221f2efef205dc1df584a3ca21b58dfa (patch) | |
tree | a72fbc693583d1f9b23f6d6af39cb1956f1d5081 /arch/arm/mach-imx/common.h | |
parent | ARM i.MX25 clk: Fix gpt timer clock. (diff) | |
download | linux-e9db15e3221f2efef205dc1df584a3ca21b58dfa.tar.xz linux-e9db15e3221f2efef205dc1df584a3ca21b58dfa.zip |
ARM: i.MX25 clk: Use of_clk_init() for DT case
Replace .init_time() hook with of_clk_init() for DT targets.
Based on:
d4347ee ARM: i.MX27 clk: Use of_clk_init() for DT case
Signed-off-by: Denis Carikli <denis@eukrea.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
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 d205f362cf29..e0632d1890ac 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -55,7 +55,6 @@ int mx25_clocks_init(void); int mx27_clocks_init(unsigned long fref); int mx31_clocks_init(unsigned long fref); int mx35_clocks_init(void); -int mx25_clocks_init_dt(void); int mx31_clocks_init_dt(void); struct platform_device *mxc_register_gpio(char *name, int id, resource_size_t iobase, resource_size_t iosize, int irq, int irq_high); |