From dc8343c97109da03739f1df4ba1644c0627fb5d7 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 10 Sep 2012 13:46:24 +0300 Subject: [PATCH] --- yaml --- r: 332144 b: refs/heads/master c: 5382a0171f2069ed259d7a86f19822a1af2488d4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/of.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f87034fa797c..032d8186cd3d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b59c1a8d91c1c2acba2c9588ee69e40d539a3fc +refs/heads/master: 5382a0171f2069ed259d7a86f19822a1af2488d4 diff --git a/trunk/include/linux/of.h b/trunk/include/linux/of.h index 1b1163225f3b..5c7a15836996 100644 --- a/trunk/include/linux/of.h +++ b/trunk/include/linux/of.h @@ -315,6 +315,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;