diff options
-rw-r--r-- | drivers/clk/clk.c | 2 | ||||
-rw-r--r-- | include/linux/clk-provider.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 609e9db1a69a..73247e90ee59 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c | |||
@@ -596,7 +596,7 @@ out: | |||
596 | } | 596 | } |
597 | EXPORT_SYMBOL_GPL(__clk_get_rate); | 597 | EXPORT_SYMBOL_GPL(__clk_get_rate); |
598 | 598 | ||
599 | unsigned long __clk_get_accuracy(struct clk *clk) | 599 | static unsigned long __clk_get_accuracy(struct clk *clk) |
600 | { | 600 | { |
601 | if (!clk) | 601 | if (!clk) |
602 | return 0; | 602 | return 0; |
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); | |||
545 | struct clk *clk_get_parent_by_index(struct clk *clk, u8 index); | 545 | struct clk *clk_get_parent_by_index(struct clk *clk, u8 index); |
546 | unsigned int __clk_get_enable_count(struct clk *clk); | 546 | unsigned int __clk_get_enable_count(struct clk *clk); |
547 | unsigned long __clk_get_rate(struct clk *clk); | 547 | unsigned long __clk_get_rate(struct clk *clk); |
548 | unsigned long __clk_get_accuracy(struct clk *clk); | ||
549 | unsigned long __clk_get_flags(struct clk *clk); | 548 | unsigned long __clk_get_flags(struct clk *clk); |
550 | bool __clk_is_prepared(struct clk *clk); | 549 | bool __clk_is_prepared(struct clk *clk); |
551 | bool __clk_is_enabled(struct clk *clk); | 550 | bool __clk_is_enabled(struct clk *clk); |