diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_3/platform.c')
-rw-r--r-- | arch/mips/momentum/ocelot_3/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_3/platform.c b/arch/mips/momentum/ocelot_3/platform.c index 0ab8d231cf7d..024aef25f372 100644 --- a/arch/mips/momentum/ocelot_3/platform.c +++ b/arch/mips/momentum/ocelot_3/platform.c | |||
@@ -200,7 +200,7 @@ static int __init mv643xx_eth_add_pds(void) | |||
200 | int ret; | 200 | int ret; |
201 | 201 | ||
202 | get_mac(mac); | 202 | get_mac(mac); |
203 | eth_mac_add(eth1_mac_addr, mac, 0); | 203 | eth_mac_add(eth0_mac_addr, mac, 0); |
204 | eth_mac_add(eth1_mac_addr, mac, 1); | 204 | eth_mac_add(eth1_mac_addr, mac, 1); |
205 | eth_mac_add(eth2_mac_addr, mac, 2); | 205 | eth_mac_add(eth2_mac_addr, mac, 2); |
206 | ret = platform_add_devices(mv643xx_eth_pd_devs, | 206 | ret = platform_add_devices(mv643xx_eth_pd_devs, |