diff options
Diffstat (limited to 'drivers/net/ethernet/amd/sunlance.c')
-rw-r--r-- | drivers/net/ethernet/amd/sunlance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/amd/sunlance.c b/drivers/net/ethernet/amd/sunlance.c index 06f2d4382dc4..8fda457f94cf 100644 --- a/drivers/net/ethernet/amd/sunlance.c +++ b/drivers/net/ethernet/amd/sunlance.c | |||
@@ -1298,7 +1298,7 @@ static const struct net_device_ops sparc_lance_ops = { | |||
1298 | .ndo_open = lance_open, | 1298 | .ndo_open = lance_open, |
1299 | .ndo_stop = lance_close, | 1299 | .ndo_stop = lance_close, |
1300 | .ndo_start_xmit = lance_start_xmit, | 1300 | .ndo_start_xmit = lance_start_xmit, |
1301 | .ndo_set_multicast_list = lance_set_multicast, | 1301 | .ndo_set_rx_mode = lance_set_multicast, |
1302 | .ndo_tx_timeout = lance_tx_timeout, | 1302 | .ndo_tx_timeout = lance_tx_timeout, |
1303 | .ndo_change_mtu = eth_change_mtu, | 1303 | .ndo_change_mtu = eth_change_mtu, |
1304 | .ndo_set_mac_address = eth_mac_addr, | 1304 | .ndo_set_mac_address = eth_mac_addr, |