aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/8390p.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/8390/8390p.c')
-rw-r--r--drivers/net/ethernet/8390/8390p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/8390/8390p.c b/drivers/net/ethernet/8390/8390p.c
index a2a64ea0b691..e8fc2e87e840 100644
--- a/drivers/net/ethernet/8390/8390p.c
+++ b/drivers/net/ethernet/8390/8390p.c
@@ -66,7 +66,7 @@ const struct net_device_ops eip_netdev_ops = {
66 .ndo_start_xmit = eip_start_xmit, 66 .ndo_start_xmit = eip_start_xmit,
67 .ndo_tx_timeout = eip_tx_timeout, 67 .ndo_tx_timeout = eip_tx_timeout,
68 .ndo_get_stats = eip_get_stats, 68 .ndo_get_stats = eip_get_stats,
69 .ndo_set_multicast_list = eip_set_multicast_list, 69 .ndo_set_rx_mode = eip_set_multicast_list,
70 .ndo_validate_addr = eth_validate_addr, 70 .ndo_validate_addr = eth_validate_addr,
71 .ndo_set_mac_address = eth_mac_addr, 71 .ndo_set_mac_address = eth_mac_addr,
72 .ndo_change_mtu = eth_change_mtu, 72 .ndo_change_mtu = eth_change_mtu,