diff --git a/include/linux/of.h b/include/linux/of.h index 43e3746d6ce5..34e572c3fb9c 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -413,6 +413,11 @@ static inline struct device_node *of_find_node_by_name(struct device_node *from, return NULL; } +static inline struct device_node *of_find_node_by_path(const char *path) +{ + return NULL; +} + static inline struct device_node *of_get_parent(const struct device_node *node) { return NULL;