Merge branch 'clk-hw-unregister-fixed-rate' into clk-next
[deliverable/linux.git] / include / linux / clk-provider.h
index fb39d5add173f94a3f9be0e77455e0f5b54764d8..eeb2e69ee7276295f45e858129d1eafcf18c4a98 100644 (file)
@@ -293,6 +293,7 @@ void clk_unregister_fixed_rate(struct clk *clk);
 struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,
                const char *name, const char *parent_name, unsigned long flags,
                unsigned long fixed_rate, unsigned long fixed_accuracy);
+void clk_hw_unregister_fixed_rate(struct clk_hw *hw);
 
 void of_fixed_clk_setup(struct device_node *np);
 
This page took 0.026079 seconds and 5 git commands to generate.