git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2622 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-11-06 12:41:54 +00:00
parent 87d0149b49
commit daa86ab856

View File

@@ -28,7 +28,8 @@ struct device_node {
static inline struct device_node *of_find_node_by_path(const char *path)
{
return NULL;
static struct device_node rootdn;
return &rootdn;
}
static inline const void *of_get_property(const struct device_node *node,
const char *name,