clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
[deliverable/linux.git] / drivers / clk / qcom / common.c
index 34e60c552ceaafdf1f0110625c0b3a56f5af5d06..2dedceefd21d84464f4733bdfa36fda1f3489a2b 100644 (file)
@@ -46,7 +46,7 @@ EXPORT_SYMBOL_GPL(qcom_find_freq);
 
 int qcom_find_src_index(struct clk_hw *hw, const struct parent_map *map, u8 src)
 {
-       int i, num_parents = __clk_get_num_parents(hw->clk);
+       int i, num_parents = clk_hw_get_num_parents(hw);
 
        for (i = 0; i < num_parents; i++)
                if (src == map[i].src)
This page took 0.025424 seconds and 5 git commands to generate.