aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/sun3lance.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/amd/sun3lance.c')
-rw-r--r--drivers/net/ethernet/amd/sun3lance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/amd/sun3lance.c b/drivers/net/ethernet/amd/sun3lance.c
index 7d9ec23aabf6..080b71fcc683 100644
--- a/drivers/net/ethernet/amd/sun3lance.c
+++ b/drivers/net/ethernet/amd/sun3lance.c
@@ -297,7 +297,7 @@ static const struct net_device_ops lance_netdev_ops = {
297 .ndo_open = lance_open, 297 .ndo_open = lance_open,
298 .ndo_stop = lance_close, 298 .ndo_stop = lance_close,
299 .ndo_start_xmit = lance_start_xmit, 299 .ndo_start_xmit = lance_start_xmit,
300 .ndo_set_multicast_list = set_multicast_list, 300 .ndo_set_rx_mode = set_multicast_list,
301 .ndo_set_mac_address = NULL, 301 .ndo_set_mac_address = NULL,
302 .ndo_change_mtu = eth_change_mtu, 302 .ndo_change_mtu = eth_change_mtu,
303 .ndo_validate_addr = eth_validate_addr, 303 .ndo_validate_addr = eth_validate_addr,