aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/dec/tulip/winbond-840.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/dec/tulip/winbond-840.c')
-rw-r--r--drivers/net/ethernet/dec/tulip/winbond-840.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/dec/tulip/winbond-840.c b/drivers/net/ethernet/dec/tulip/winbond-840.c
index 862eadf07191..4d01219ba22f 100644
--- a/drivers/net/ethernet/dec/tulip/winbond-840.c
+++ b/drivers/net/ethernet/dec/tulip/winbond-840.c
@@ -350,7 +350,7 @@ static const struct net_device_ops netdev_ops = {
350 .ndo_stop = netdev_close, 350 .ndo_stop = netdev_close,
351 .ndo_start_xmit = start_tx, 351 .ndo_start_xmit = start_tx,
352 .ndo_get_stats = get_stats, 352 .ndo_get_stats = get_stats,
353 .ndo_set_multicast_list = set_rx_mode, 353 .ndo_set_rx_mode = set_rx_mode,
354 .ndo_do_ioctl = netdev_ioctl, 354 .ndo_do_ioctl = netdev_ioctl,
355 .ndo_tx_timeout = tx_timeout, 355 .ndo_tx_timeout = tx_timeout,
356 .ndo_change_mtu = eth_change_mtu, 356 .ndo_change_mtu = eth_change_mtu,