diff options
Diffstat (limited to 'include/linux/of.h')
-rw-r--r-- | include/linux/of.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/of.h b/include/linux/of.h index fb2002f3c7dc..1b671c3809b8 100644 --- a/include/linux/of.h +++ b/include/linux/of.h | |||
@@ -356,6 +356,11 @@ static inline struct device_node *of_find_node_by_name(struct device_node *from, | |||
356 | return NULL; | 356 | return NULL; |
357 | } | 357 | } |
358 | 358 | ||
359 | static inline struct device_node *of_get_parent(const struct device_node *node) | ||
360 | { | ||
361 | return NULL; | ||
362 | } | ||
363 | |||
359 | static inline bool of_have_populated_dt(void) | 364 | static inline bool of_have_populated_dt(void) |
360 | { | 365 | { |
361 | return false; | 366 | return false; |