diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-07 18:09:26 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 10:10:12 +0200 |
commit | c349adde00e8aba6c05316ef8670836baff2d503 (patch) | |
tree | 2b692ea315281487886258dac87723e59f91f69a /arch/arm/mach-imx/common.h | |
parent | ARM: i.MX27 clk: Separate DT and non-DT init procedure (diff) | |
download | linux-c349adde00e8aba6c05316ef8670836baff2d503.tar.xz linux-c349adde00e8aba6c05316ef8670836baff2d503.zip |
ARM: i.MX27 clk: Use of_clk_init() for DT case
Replace .init_time() hook with of_clk_init() for DT targets.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
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 5aaea2bcf4f3..7668ff53773f 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -56,7 +56,6 @@ 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 mx27_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); |