]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/char/agp/uninorth-agp.c
[POWERPC] Rename get_property to of_get_property: drivers
[karo-tx-linux.git] / drivers / char / agp / uninorth-agp.c
index 91b062126a686edd0af2c2e2e564c2f4a9181d81..42c0a600b1ac66102d9a5ea7c95266d28edace13 100644 (file)
@@ -613,7 +613,7 @@ static int __devinit agp_uninorth_probe(struct pci_dev *pdev,
                uninorth_node = of_find_node_by_name(NULL, "u3");
        }
        if (uninorth_node) {
-               const int *revprop = get_property(uninorth_node,
+               const int *revprop = of_get_property(uninorth_node,
                                "device-rev", NULL);
                if (revprop != NULL)
                        uninorth_rev = *revprop & 0x3f;