Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / include / linux / of.h
index dfeb065..6f1c41f 100644 (file)
@@ -946,6 +946,11 @@ static inline int of_machine_is_compatible(const char *compat)
        return 0;
 }
 
+static inline int of_add_property(struct device_node *np, struct property *prop)
+{
+       return 0;
+}
+
 static inline int of_remove_property(struct device_node *np, struct property *prop)
 {
        return 0;