[POWERPC] Rename get_property to of_get_property: arch/powerpc
[deliverable/linux.git] / arch / powerpc / mm / hash_native_64.c
index 6f1016acdbf691a9c4dbed2b65a111cdc1dff4d2..79aedaf36f2bd3cc91a893ce862bf8c00056a488 100644 (file)
@@ -505,7 +505,7 @@ static inline int tlb_batching_enabled(void)
        int enabled = 1;
 
        if (root) {
-               const char *model = get_property(root, "model", NULL);
+               const char *model = of_get_property(root, "model", NULL);
                if (model && !strcmp(model, "IBM,9076-N81"))
                        enabled = 0;
                of_node_put(root);
This page took 0.028483 seconds and 5 git commands to generate.