aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-06-30 16:07:58 -0400
committerStephen Boyd <sboyd@codeaurora.org>2016-06-30 16:07:58 -0400
commit37bcfe9aba97c0f855fe6c130d3adb47bcda98ad (patch)
tree54c303af3231ef66d915daf947dd89cb56c8236d /include/linux/clk-provider.h
parent224b3b262c52ef3b13ec62cd879b48d2611c2c10 (diff)
parent52445637371e5a30c0320eae75970c28f982d914 (diff)
Merge branch 'clk-hw-unregister-fixed-rate' into clk-next
* clk-hw-unregister-fixed-rate: clk: fixed-rate: add clk_hw_unregister_fixed_rate()
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index fb39d5add173..eeb2e69ee727 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -293,6 +293,7 @@ void clk_unregister_fixed_rate(struct clk *clk);
293struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev, 293struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,
294 const char *name, const char *parent_name, unsigned long flags, 294 const char *name, const char *parent_name, unsigned long flags,
295 unsigned long fixed_rate, unsigned long fixed_accuracy); 295 unsigned long fixed_rate, unsigned long fixed_accuracy);
296void clk_hw_unregister_fixed_rate(struct clk_hw *hw);
296 297
297void of_fixed_clk_setup(struct device_node *np); 298void of_fixed_clk_setup(struct device_node *np);
298 299