of: Reorder device tree changes and notifiers
[deliverable/linux.git] / drivers / of / of_private.h
index 8129c0e58d701e3a0ca86b6265bf6b95e9869dc6..f69ccb1fa3085c315a20f1bd185d6743a46d9993 100644 (file)
@@ -43,11 +43,11 @@ static inline struct device_node *kobj_to_device_node(struct kobject *kobj)
 
 #if defined(CONFIG_OF_DYNAMIC)
 extern int of_property_notify(int action, struct device_node *np,
-                             struct property *prop);
+                             struct property *prop, struct property *old_prop);
 extern void of_node_release(struct kobject *kobj);
 #else /* CONFIG_OF_DYNAMIC */
 static inline int of_property_notify(int action, struct device_node *np,
-                                    struct property *prop)
+                                    struct property *prop, struct property *old_prop)
 {
        return 0;
 }
This page took 0.023705 seconds and 5 git commands to generate.