Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6
[cascardo/linux.git] / include / linux / of.h
index 6c4363b..6545e7a 100644 (file)
@@ -863,4 +863,7 @@ static inline int of_changeset_update_property(struct of_changeset *ocs,
 }
 #endif
 
+/* CONFIG_OF_RESOLVE api */
+extern int of_resolve_phandles(struct device_node *tree);
+
 #endif /* _LINUX_OF_H */