libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
[linux-2.6-microblaze.git] / include / linux / of.h
index 9c2e71e..0e786b6 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;