diff --git a/[refs] b/[refs] index b939eea625ee..80e33c8ee931 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 810ae3d26507e61d1f7a69e9716443df1ce41449 +refs/heads/master: 2261cc627f5453004042b4f694612edae27e492e diff --git a/trunk/include/linux/of.h b/trunk/include/linux/of.h index a75a831e2057..92cf6ad35e0e 100644 --- a/trunk/include/linux/of.h +++ b/trunk/include/linux/of.h @@ -281,6 +281,14 @@ static inline struct property *of_find_property(const struct device_node *np, return NULL; } +static inline struct device_node *of_find_compatible_node( + struct device_node *from, + const char *type, + const char *compat) +{ + return NULL; +} + static inline int of_property_read_u32_array(const struct device_node *np, const char *propname, u32 *out_values, size_t sz)