]> Pileus Git - ~andy/linux/blobdiff - include/linux/of.h
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6
[~andy/linux] / include / linux / of.h
index 533603e26b9bcef4b7bb019e910897006b4ad357..f02d8b2f799d114c21455b9cdd5d4561fe69463b 100644 (file)
@@ -282,6 +282,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)