Loading include/linux/of.h +5 −0 Original line number Diff line number Diff line Loading @@ -379,6 +379,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) Loading Loading
include/linux/of.h +5 −0 Original line number Diff line number Diff line Loading @@ -379,6 +379,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) Loading