diff options
Diffstat (limited to 'arch/arm/mach-mxs/mach-mxs.c')
| -rw-r--r-- | arch/arm/mach-mxs/mach-mxs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 98070370d602..c66129b5dd18 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c | |||
| @@ -240,7 +240,7 @@ static void __init update_fec_mac_prop(enum mac_oui oui) | |||
| 240 | macaddr[4] = (val >> 8) & 0xff; | 240 | macaddr[4] = (val >> 8) & 0xff; |
| 241 | macaddr[5] = (val >> 0) & 0xff; | 241 | macaddr[5] = (val >> 0) & 0xff; |
| 242 | 242 | ||
| 243 | prom_update_property(np, newmac); | 243 | of_update_property(np, newmac); |
| 244 | } | 244 | } |
| 245 | } | 245 | } |
| 246 | 246 | ||
