aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2019-08-30 08:09:14 -0700
committerStephen Boyd <sboyd@kernel.org>2020-01-05 13:34:37 -0800
commit576859dfc54897e405cd7c6ad683792737dcebfd (patch)
treed194484f335bea7ef0e527852c29f68d8549b755 /include/linux/clk-provider.h
parentclk: fixed-rate: Convert to clk_hw based APIs (diff)
downloadwireguard-linux-576859dfc54897e405cd7c6ad683792737dcebfd.tar.xz
wireguard-linux-576859dfc54897e405cd7c6ad683792737dcebfd.zip
clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()
There aren't any users of this API anymore. Remove it. Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Link: https://lkml.kernel.org/r/20190830150923.259497-4-sboyd@kernel.org
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 4bef76fab942..d7082f421850 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -337,9 +337,6 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name,
struct clk_hw *clk_hw_register_fixed_rate(struct device *dev, const char *name,
const char *parent_name, unsigned long flags,
unsigned long fixed_rate);
-struct clk *clk_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_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,