Loading include/linux/of.h +6 −0 Original line number Diff line number Diff line Loading @@ -315,6 +315,12 @@ static inline const char* of_node_full_name(struct device_node *np) return "<no-node>"; } static inline struct device_node *of_find_node_by_name(struct device_node *from, const char *name) { return NULL; } static inline bool of_have_populated_dt(void) { return false; Loading Loading
include/linux/of.h +6 −0 Original line number Diff line number Diff line Loading @@ -315,6 +315,12 @@ static inline const char* of_node_full_name(struct device_node *np) return "<no-node>"; } static inline struct device_node *of_find_node_by_name(struct device_node *from, const char *name) { return NULL; } static inline bool of_have_populated_dt(void) { return false; Loading