summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorMasahiro Yamada2016-05-22 07:33:35 +0200
committerStephen Boyd2016-06-30 22:07:10 +0200
commit52445637371e5a30c0320eae75970c28f982d914 (patch)
tree6c6af6ebc56303adbff4befd55a045c99f4a6e68 /include/linux/clk-provider.h
parentLinux 4.7-rc1 (diff)
downloadkernel-qcow2-linux-52445637371e5a30c0320eae75970c28f982d914.tar.gz
kernel-qcow2-linux-52445637371e5a30c0320eae75970c28f982d914.tar.xz
kernel-qcow2-linux-52445637371e5a30c0320eae75970c28f982d914.zip
clk: fixed-rate: add clk_hw_unregister_fixed_rate()
This will be used to migrate to the clk_hw APIs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
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 0c72204c75fc..94e00fe976f5 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);
struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,
const char *name, const char *parent_name, unsigned long flags,
unsigned long fixed_rate, unsigned long fixed_accuracy);
+void clk_hw_unregister_fixed_rate(struct clk_hw *hw);
void of_fixed_clk_setup(struct device_node *np);