aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sunbmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/sun/sunbmac.c')
-rw-r--r--drivers/net/ethernet/sun/sunbmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sun/sunbmac.c b/drivers/net/ethernet/sun/sunbmac.c
index 297a4242106b..c94f5ef348d4 100644
--- a/drivers/net/ethernet/sun/sunbmac.c
+++ b/drivers/net/ethernet/sun/sunbmac.c
@@ -1070,7 +1070,7 @@ static const struct net_device_ops bigmac_ops = {
1070 .ndo_stop = bigmac_close, 1070 .ndo_stop = bigmac_close,
1071 .ndo_start_xmit = bigmac_start_xmit, 1071 .ndo_start_xmit = bigmac_start_xmit,
1072 .ndo_get_stats = bigmac_get_stats, 1072 .ndo_get_stats = bigmac_get_stats,
1073 .ndo_set_multicast_list = bigmac_set_multicast, 1073 .ndo_set_rx_mode = bigmac_set_multicast,
1074 .ndo_tx_timeout = bigmac_tx_timeout, 1074 .ndo_tx_timeout = bigmac_tx_timeout,
1075 .ndo_change_mtu = eth_change_mtu, 1075 .ndo_change_mtu = eth_change_mtu,
1076 .ndo_set_mac_address = eth_mac_addr, 1076 .ndo_set_mac_address = eth_mac_addr,