[POWERPC] Rename get_property to of_get_property: arch/powerpc
[deliverable/linux.git] / arch / powerpc / kernel / time.c
index f6f0c6b07c4cf335e41357def28b7388bf07d793..7cedef8f5f70c2ae397c057746200a02da31f5cf 100644 (file)
@@ -834,7 +834,7 @@ static int __init get_freq(char *name, int cells, unsigned long *val)
        cpu = of_find_node_by_type(NULL, "cpu");
 
        if (cpu) {
-               fp = get_property(cpu, name, NULL);
+               fp = of_get_property(cpu, name, NULL);
                if (fp) {
                        found = 1;
                        *val = of_read_ulong(fp, cells);
This page took 0.028465 seconds and 5 git commands to generate.