Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166234
b: refs/heads/master
c: 5ee2124
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Sep 22, 2009
1 parent ecc057b commit cab12c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 051b982bcc620695de629d29c333c95b66e9b95e
refs/heads/master: 5ee2124524aa65cc48fcf0b498d4ef036d2c9ee5
1 change: 0 additions & 1 deletion trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3083,7 +3083,6 @@ static const struct net_device_ops ehea_netdev_ops = {
.ndo_poll_controller = ehea_netpoll,
#endif
.ndo_get_stats = ehea_get_stats,
.ndo_change_mtu = eth_change_mtu,
.ndo_set_mac_address = ehea_set_mac_addr,
.ndo_validate_addr = eth_validate_addr,
.ndo_set_multicast_list = ehea_set_multicast_list,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/sunvnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ static const struct net_device_ops vnet_ops = {
.ndo_open = vnet_open,
.ndo_stop = vnet_close,
.ndo_set_multicast_list = vnet_set_rx_mode,
.ndo_change_mtu = eth_change_mtu,
.ndo_set_mac_address = vnet_set_mac_addr,
.ndo_validate_addr = eth_validate_addr,
.ndo_tx_timeout = vnet_tx_timeout,
Expand Down

0 comments on commit cab12c4

Please sign in to comment.