clk: Remove unused function __clk_get_prepare_count
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Michael Turquette <mturquette@linaro.org>
This commit is contained in:

committed by
Michael Turquette

parent
ffa3a37a61
commit
4afbe1760d
@@ -574,11 +574,6 @@ unsigned int __clk_get_enable_count(struct clk *clk)
|
||||
return !clk ? 0 : clk->enable_count;
|
||||
}
|
||||
|
||||
unsigned int __clk_get_prepare_count(struct clk *clk)
|
||||
{
|
||||
return !clk ? 0 : clk->prepare_count;
|
||||
}
|
||||
|
||||
unsigned long __clk_get_rate(struct clk *clk)
|
||||
{
|
||||
unsigned long ret;
|
||||
|
Reference in New Issue
Block a user