diff options
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r-- | include/linux/clk-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 2ae7604783dd..dce5521a9bf6 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h | |||
@@ -817,6 +817,7 @@ unsigned int clk_hw_get_num_parents(const struct clk_hw *hw); | |||
817 | struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw); | 817 | struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw); |
818 | struct clk_hw *clk_hw_get_parent_by_index(const struct clk_hw *hw, | 818 | struct clk_hw *clk_hw_get_parent_by_index(const struct clk_hw *hw, |
819 | unsigned int index); | 819 | unsigned int index); |
820 | int clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *new_parent); | ||
820 | unsigned int __clk_get_enable_count(struct clk *clk); | 821 | unsigned int __clk_get_enable_count(struct clk *clk); |
821 | unsigned long clk_hw_get_rate(const struct clk_hw *hw); | 822 | unsigned long clk_hw_get_rate(const struct clk_hw *hw); |
822 | unsigned long __clk_get_flags(struct clk *clk); | 823 | unsigned long __clk_get_flags(struct clk *clk); |