From b71028dbf5f688084250908bad12a8e299b6b6fa Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 13 Apr 2012 16:18:34 +0200 Subject: [PATCH] --- yaml --- r: 319198 b: refs/heads/master c: bd3d5500f0c41a30149cb184362716096a17bc75 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/of.h | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b0d65722cd5f..1cfcc149aa8c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8138d2ddbcca2a100482dac390133f83c5a60f94 +refs/heads/master: bd3d5500f0c41a30149cb184362716096a17bc75 diff --git a/trunk/include/linux/of.h b/trunk/include/linux/of.h index 2ec1083af7ff..597e571110a2 100644 --- a/trunk/include/linux/of.h +++ b/trunk/include/linux/of.h @@ -377,6 +377,13 @@ static inline int of_property_read_u64(const struct device_node *np, return -ENOSYS; } +static inline int of_property_match_string(struct device_node *np, + const char *propname, + const char *string) +{ + return -ENOSYS; +} + static inline struct device_node *of_parse_phandle(struct device_node *np, const char *phandle_name, int index)