[POWERPC] Rename last get_property calls
These got added recently.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
diff --git a/arch/powerpc/kernel/of_device.c b/arch/powerpc/kernel/of_device.c
index e8aa1f3..0c8ea76 100644
--- a/arch/powerpc/kernel/of_device.c
+++ b/arch/powerpc/kernel/of_device.c
@@ -132,7 +132,7 @@
ofdev->node->name, ofdev->node->type);
/* Get compatible property if any */
- compat = get_property(ofdev->node, "compatible", &cplen);
+ compat = of_get_property(ofdev->node, "compatible", &cplen);
if (!compat)
return csize;
@@ -194,7 +194,7 @@
* it's not really legal to split it out with commas. We split it
* up using a number of environment variables instead. */
- compat = get_property(ofdev->node, "compatible", &cplen);
+ compat = of_get_property(ofdev->node, "compatible", &cplen);
while (compat && *compat && cplen > 0) {
if (add_uevent_var(envp, num_envp, &i,
buffer, buffer_size, &length,