diff options
Diffstat (limited to 'drivers/macintosh/smu.c')
| -rw-r--r-- | drivers/macintosh/smu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c index 7d5a6b40b31..5b939509db3 100644 --- a/drivers/macintosh/smu.c +++ b/drivers/macintosh/smu.c @@ -997,7 +997,7 @@ static struct smu_sdbp_header *smu_create_sdb_partition(int id)  		       "%02x !\n", id, hdr->id);  		goto failure;  	} -	if (prom_add_property(smu->of_node, prop)) { +	if (of_add_property(smu->of_node, prop)) {  		printk(KERN_DEBUG "SMU: Failed creating sdb-partition-%02x "  		       "property !\n", id);  		goto failure;  |