diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-04-27 13:41:15 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-27 15:51:56 +1000 |
commit | 01b2726dd11ef198ac6cf8f88974b4427d40ffdb (patch) | |
tree | 55d37172978ce18678e381b0388e51c93e911565 /drivers/macintosh/via-cuda.c | |
parent | a48141db68e4b9143759435badcc1a49d9022db4 (diff) | |
download | linux-3.10-01b2726dd11ef198ac6cf8f88974b4427d40ffdb.tar.gz linux-3.10-01b2726dd11ef198ac6cf8f88974b4427d40ffdb.tar.bz2 linux-3.10-01b2726dd11ef198ac6cf8f88974b4427d40ffdb.zip |
[POWERPC] Rename get_property to of_get_property: partial drivers
This does drivers/machintosh and the hvc code.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/via-cuda.c')
-rw-r--r-- | drivers/macintosh/via-cuda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/via-cuda.c b/drivers/macintosh/via-cuda.c index d58fcf6cca0..76d21775fc3 100644 --- a/drivers/macintosh/via-cuda.c +++ b/drivers/macintosh/via-cuda.c @@ -131,7 +131,7 @@ int __init find_via_cuda(void) if (vias == 0) return 0; - reg = get_property(vias, "reg", NULL); + reg = of_get_property(vias, "reg", NULL); if (reg == NULL) { printk(KERN_ERR "via-cuda: No \"reg\" property !\n"); goto fail; |