]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/chrp/nvram.c
[POWERPC] Rename get_property to of_get_property: arch/powerpc
[karo-tx-linux.git] / arch / powerpc / platforms / chrp / nvram.c
index 0dd4a64757d92a03d1699046d028a72407c426c8..8efd4244701c2eb1d0a73b07d9e21888ae066e94 100644 (file)
@@ -74,7 +74,7 @@ void __init chrp_nvram_init(void)
        if (nvram == NULL)
                return;
 
-       nbytes_p = get_property(nvram, "#bytes", &proplen);
+       nbytes_p = of_get_property(nvram, "#bytes", &proplen);
        if (nbytes_p == NULL || proplen != sizeof(unsigned int))
                return;