[POWERPC] Rename get_property to of_get_property: drivers
These are all the remaining instances of get_property. Simple rename of get_property to of_get_property. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
9f9a3b8a06
commit
40cd3a4564
@@ -2903,7 +2903,7 @@ static int __devinit gem_get_device_address(struct gem *gp)
|
||||
struct net_device *dev = gp->dev;
|
||||
const unsigned char *addr;
|
||||
|
||||
addr = get_property(gp->of_node, "local-mac-address", NULL);
|
||||
addr = of_get_property(gp->of_node, "local-mac-address", NULL);
|
||||
if (addr == NULL) {
|
||||
#ifdef CONFIG_SPARC
|
||||
addr = idprom->id_ethaddr;
|
||||
|
Reference in New Issue
Block a user