tools, bpftool: Remove two unused variables.
[linux-2.6-microblaze.git] / include / linux / of.h
index 5cf7ae0..481ec04 100644 (file)
@@ -929,6 +929,11 @@ static inline int of_machine_is_compatible(const char *compat)
        return 0;
 }
 
+static inline int of_remove_property(struct device_node *np, struct property *prop)
+{
+       return 0;
+}
+
 static inline bool of_console_check(const struct device_node *dn, const char *name, int index)
 {
        return false;