Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / include / linux / of.h
index 1b671c3809b8e4f30c445c7f58c43726b0ce6eb6..1fd08ca23106df836678989d96e2a16824b1a932 100644 (file)
@@ -387,6 +387,11 @@ static inline int of_device_is_compatible(const struct device_node *device,
        return 0;
 }
 
+static inline int of_device_is_available(const struct device_node *device)
+{
+       return 0;
+}
+
 static inline struct property *of_find_property(const struct device_node *np,
                                                const char *name,
                                                int *lenp)
This page took 0.056276 seconds and 5 git commands to generate.