Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd...
[firefly-linux-kernel-4.4.55.git] / include / linux / of.h
index fb2002f3c7dc5c2487632aae4719fdf1548cc7d3..1b671c3809b8e4f30c445c7f58c43726b0ce6eb6 100644 (file)
@@ -356,6 +356,11 @@ static inline struct device_node *of_find_node_by_name(struct device_node *from,
        return NULL;
 }
 
+static inline struct device_node *of_get_parent(const struct device_node *node)
+{
+       return NULL;
+}
+
 static inline bool of_have_populated_dt(void)
 {
        return false;