summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorTero Kristo2019-04-04 10:11:02 +0200
committerStephen Boyd2019-04-25 19:51:12 +0200
commitb88b5b7182b07ebdc1ab692b4fc6a10abfff208d (patch)
tree044527ffa5b2876da6de074474e4f7ba75c7b7ce /drivers/clk
parentLinux 5.1-rc1 (diff)
downloadkernel-qcow2-linux-b88b5b7182b07ebdc1ab692b4fc6a10abfff208d.tar.gz
kernel-qcow2-linux-b88b5b7182b07ebdc1ab692b4fc6a10abfff208d.tar.xz
kernel-qcow2-linux-b88b5b7182b07ebdc1ab692b4fc6a10abfff208d.zip
clk: ti: export the omap2_clk_is_hw_omap call
There is one instance outside the TI clock driver that needs the info whether a clock is an OMAP HW clock or not. Thus, move the function declaration into the public header. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/ti/clock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/ti/clock.h b/drivers/clk/ti/clock.h
index 1c0fac59d809..4223a399b317 100644
--- a/drivers/clk/ti/clock.h
+++ b/drivers/clk/ti/clock.h
@@ -303,7 +303,6 @@ long omap4_dpll_regm4xen_round_rate(struct clk_hw *hw,
int omap4_dpll_regm4xen_determine_rate(struct clk_hw *hw,
struct clk_rate_request *req);
int omap2_clk_for_each(int (*fn)(struct clk_hw_omap *hw));
-bool omap2_clk_is_hw_omap(struct clk_hw *hw);
extern struct ti_clk_ll_ops *ti_clk_ll_ops;