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)