From 151f8f9236309fa91835521c310376ef3e78fde3 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 10 Sep 2012 13:46:24 +0300 Subject: [PATCH] --- yaml --- r: 329973 b: refs/heads/master c: 1cc44f4354c03d1ebcfa670875478ee1c9368086 h: refs/heads/master i: 329971: c9be8628f804789e498ba39458301880d1be239d v: v3 --- [refs] | 2 +- trunk/include/linux/of.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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;