[POWERPC] Rename get_property to of_get_property: arch/powerpc
[deliverable/linux.git] / arch / powerpc / platforms / celleb / setup.c
index 5f4d0d9332388e1e9455f5a0a7a6c1c49294a7d4..ab1db9dd1aa1f5fbef3f86fdf73ac24bf31ff528 100644 (file)
@@ -67,7 +67,7 @@ static void celleb_show_cpuinfo(struct seq_file *m)
 
        root = of_find_node_by_path("/");
        if (root)
-               model = get_property(root, "model", NULL);
+               model = of_get_property(root, "model", NULL);
        /* using "CHRP" is to trick anaconda into installing FCx into Celleb */
        seq_printf(m, "machine\t\t: %s %s\n", celleb_machine_type, model);
        of_node_put(root);
This page took 0.026969 seconds and 5 git commands to generate.