]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/prom.h
[MIPS] Sibyte: Fix ZBbus profiler
[linux-2.6-omap-h63xx.git] / include / asm-sparc / prom.h
index 86c13dccea3d37f36cc9416d19e7e6c60fc83b8e..274868d8598db47bce0284afecb0a1dcc4d1e763 100644 (file)
@@ -91,6 +91,7 @@ extern struct property *of_find_property(struct device_node *np,
 extern int of_device_is_compatible(struct device_node *device, const char *);
 extern void *of_get_property(struct device_node *node, const char *name,
                             int *lenp);
+#define get_property(node,name,lenp) of_get_property(node,name,lenp)
 extern int of_set_property(struct device_node *node, const char *name, void *val, int len);
 extern int of_getintprop_default(struct device_node *np,
                                 const char *name,