diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-02 09:57:28 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:30:58 +0300 |
commit | b138b0283d35bed0cd3353d7e39add8ac493eb37 (patch) | |
tree | e748f08276e90652b80e7eb48a6925f1a00b5929 /include/linux/clk/ti.h | |
parent | f3b19aa5cab65f7e73613aa37f6851ce56b794d1 (diff) | |
download | blackbird-op-linux-b138b0283d35bed0cd3353d7e39add8ac493eb37.tar.gz blackbird-op-linux-b138b0283d35bed0cd3353d7e39add8ac493eb37.zip |
clk: ti: move generic OMAP DPLL implementation under drivers/clk
With the legacy clock data now gone, we can start moving OMAP clock
type implementations under clock driver. Start this with moving the
generic OMAP DPLL clock type under TI clock driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux/clk/ti.h')
-rw-r--r-- | include/linux/clk/ti.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 1a7f86a68f62..886b2e9d2204 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -286,7 +286,6 @@ long omap4_dpll_regm4xen_determine_rate(struct clk_hw *hw, unsigned long max_rate, unsigned long *best_parent_rate, struct clk_hw **best_parent_clk); -u8 omap2_init_dpll_parent(struct clk_hw *hw); unsigned long omap3_dpll_recalc(struct clk_hw *hw, unsigned long parent_rate); long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate, unsigned long *parent_rate); |