mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
ibmvstgt: PowerPC build fix (svn merge -r2369:2589 https://scst.svn.sourceforge.net/svnroot/scst/branches/ibmvstgt-port/ibmvstgt/src/dummy_powerpc_defs.h).
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2622 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user