summaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorTomeu Vizoso2014-12-02 08:54:20 +0100
committerMichael Turquette2014-12-04 00:15:34 +0100
commit920f1c7472f35cd3b3a3add10cccb0ef12376a17 (patch)
tree1734bad1194ae1fa1ce38042bb2f70b52dc1bb21 /include/linux/clk-provider.h
parentclk: Don't try to use a struct clk* after it could have been freed (diff)
downloadkernel-qcow2-linux-920f1c7472f35cd3b3a3add10cccb0ef12376a17.tar.gz
kernel-qcow2-linux-920f1c7472f35cd3b3a3add10cccb0ef12376a17.tar.xz
kernel-qcow2-linux-920f1c7472f35cd3b3a3add10cccb0ef12376a17.zip
clk: Don't expose __clk_get_accuracy
As it's only used internally, in drivers/clk/clk.c. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index fcf3252b829f..270137aaf3ab 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -545,7 +545,6 @@ struct clk *__clk_get_parent(struct clk *clk);
struct clk *clk_get_parent_by_index(struct clk *clk, u8 index);
unsigned int __clk_get_enable_count(struct clk *clk);
unsigned long __clk_get_rate(struct clk *clk);
-unsigned long __clk_get_accuracy(struct clk *clk);
unsigned long __clk_get_flags(struct clk *clk);
bool __clk_is_prepared(struct clk *clk);
bool __clk_is_enabled(struct clk *clk);