Message ID | 1355168499-5847-8-git-send-email-s.nawrocki@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/linux/of.h b/include/linux/of.h index 7df42cc..fb92acc 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -335,6 +335,13 @@ static inline bool of_have_populated_dt(void) #define for_each_available_child_of_node(parent, child) \ while (0) +static inline struct device_node *of_get_next_child( + const struct device_node *node, + struct device_node *prev) +{ + return NULL; +} + static inline struct device_node *of_get_child_by_name( const struct device_node *node, const char *name)