diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-18 15:57:51 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:35:20 -0800 |
commit | 21876ea566fedadd56453af5a1a91eb667c25422 (patch) | |
tree | 6f6d03d5923100c86a9c3cd908845bc888f54942 /arch/arm/mach-omap2 | |
parent | 6a369c584fbe98264458b9442e780f8078f2f7ad (diff) | |
download | blackbird-obmc-linux-21876ea566fedadd56453af5a1a91eb667c25422.tar.gz blackbird-obmc-linux-21876ea566fedadd56453af5a1a91eb667c25422.zip |
CLK: TI: add omap4 clock init file
clk-44xx.c now contains the clock init functionality for omap4, including
DT clock registration and adding of static clkdev entries.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index 6bd72b53e4d4..b83fca6bc227 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -247,7 +247,6 @@ void omap2_clk_dflt_find_idlest(struct clk_hw_omap *clk, void __iomem **idlest_reg, u8 *idlest_bit, u8 *idlest_val); int omap2_clk_enable_autoidle_all(void); -int omap2_clk_disable_autoidle_all(void); int omap2_clk_allow_idle(struct clk *clk); int omap2_clk_deny_idle(struct clk *clk); void omap2_clk_enable_init_clocks(const char **clk_names, u8 num_clocks); |