clk: Introduce clk_hw_determine_rate_no_reparent()
[linux-2.6-microblaze.git] / include / linux / clk-provider.h
index 28ff6f1..f8f220f 100644 (file)
@@ -1333,6 +1333,8 @@ int __clk_mux_determine_rate_closest(struct clk_hw *hw,
 int clk_mux_determine_rate_flags(struct clk_hw *hw,
                                 struct clk_rate_request *req,
                                 unsigned long flags);
+int clk_hw_determine_rate_no_reparent(struct clk_hw *hw,
+                                     struct clk_rate_request *req);
 void clk_hw_reparent(struct clk_hw *hw, struct clk_hw *new_parent);
 void clk_hw_get_rate_range(struct clk_hw *hw, unsigned long *min_rate,
                           unsigned long *max_rate);