Merge tag 'clk-bulk-get-prep-enable' of git://git.kernel.org/pub/scm/linux/kernel...
[linux] / include / linux / clk.h
index 690e6a6..12c96d9 100644 (file)
@@ -693,6 +693,10 @@ static inline struct clk *of_clk_get_by_name(struct device_node *np,
 {
        return ERR_PTR(-ENOENT);
 }
+static inline struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec)
+{
+       return ERR_PTR(-ENOENT);
+}
 #endif
 
 #endif