Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-mxs / mach-mxs.c
index 98070370d602de66f781c8187ebdaf0bc8015e38..c66129b5dd18574fbfc1bd4716f80536c625c341 100644 (file)
@@ -240,7 +240,7 @@ static void __init update_fec_mac_prop(enum mac_oui oui)
                macaddr[4] = (val >> 8) & 0xff;
                macaddr[5] = (val >> 0) & 0xff;
 
-               prom_update_property(np, newmac);
+               of_update_property(np, newmac);
        }
 }