diff --git a/[refs] b/[refs] index 99ab9c665b0d..664f049c7a12 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c531241dcc010e4457e0eb9401aaeae0a56bf5c6 +refs/heads/master: 1cc44f4354c03d1ebcfa670875478ee1c9368086 diff --git a/trunk/include/linux/of.h b/trunk/include/linux/of.h index 5919ee33f2b7..3ffb6f7fb4d8 100644 --- a/trunk/include/linux/of.h +++ b/trunk/include/linux/of.h @@ -308,6 +308,12 @@ static inline const char* of_node_full_name(struct device_node *np) return ""; } +static inline struct device_node *of_find_node_by_name(struct device_node *from, + const char *name) +{ + return NULL; +} + static inline bool of_have_populated_dt(void) { return false;