]> git.sur5r.net Git - u-boot/blobdiff - include/clk.h
net: asix: Fix AX88772B when used with DriverModel
[u-boot] / include / clk.h
index 161bc2825fc0f77f3281035271cb736651bf4990..dc18b0310a4eea139095449901f3c8fe3faac05d 100644 (file)
@@ -104,7 +104,7 @@ static inline int clk_get_by_index(struct udevice *dev, int index,
        return -ENOSYS;
 }
 
-static int clk_get_by_name(struct udevice *dev, const char *name,
+static inline int clk_get_by_name(struct udevice *dev, const char *name,
                           struct clk *clk)
 {
        return -ENOSYS;