[POWERPC] Rename get_property to of_get_property: arch/powerpc
[deliverable/linux.git] / arch / powerpc / platforms / powermac / pfunc_core.c
index a128553b8413c88be9749d23e1cc09d73e07a74f..85434231ae14d5658be4d6c122d8ab78d8f27ed1 100644 (file)
@@ -820,7 +820,7 @@ struct pmf_function *__pmf_find_function(struct device_node *target,
         * one, then we fallback to a direct call attempt
         */
        snprintf(fname, 63, "platform-%s", name);
-       prop = get_property(target, fname, NULL);
+       prop = of_get_property(target, fname, NULL);
        if (prop == NULL)
                goto find_it;
        ph = *prop;
This page took 0.025484 seconds and 5 git commands to generate.