![](https://secure.gravatar.com/avatar/2ea1ea42072986bc3dd023464d0c2de6.jpg?s=120&d=mm&r=g)
4 Jul
2016
4 Jul
'16
10:04 a.m.
Hi Arnd
@@ -501,6 +503,11 @@ static inline struct clk *of_clk_get(struct device_node *np, int index) { return ERR_PTR(-ENOENT); } +struct clk *devm_of_clk_get(struct device *dev,
struct device_node *np, int index)
+{
return ERR_PTR(-ENOENT);
+} static inline struct clk *of_clk_get_by_name(struct device_node *np, const char *name) { --
This is missing "static inline" as found by the bot.
Thanks. I have already posted v2 patch.