diff options
Diffstat (limited to 'drivers/net/sunlance.c')
-rw-r--r-- | drivers/net/sunlance.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/sunlance.c b/drivers/net/sunlance.c index 3a2bb9684664..afc7b351e5ec 100644 --- a/drivers/net/sunlance.c +++ b/drivers/net/sunlance.c | |||
@@ -1317,6 +1317,9 @@ static const struct net_device_ops sparc_lance_ops = { | |||
1317 | .ndo_start_xmit = lance_start_xmit, | 1317 | .ndo_start_xmit = lance_start_xmit, |
1318 | .ndo_set_multicast_list = lance_set_multicast, | 1318 | .ndo_set_multicast_list = lance_set_multicast, |
1319 | .ndo_tx_timeout = lance_tx_timeout, | 1319 | .ndo_tx_timeout = lance_tx_timeout, |
1320 | .ndo_change_mtu = eth_change_mtu, | ||
1321 | .ndo_set_mac_address = eth_mac_addr, | ||
1322 | .ndo_validate_addr = eth_validate_addr, | ||
1320 | }; | 1323 | }; |
1321 | 1324 | ||
1322 | static int __devinit sparc_lance_probe_one(struct of_device *op, | 1325 | static int __devinit sparc_lance_probe_one(struct of_device *op, |