Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213931
b: refs/heads/master
c: 6abc237
h: refs/heads/master
i:
  213929: 69b1c81
  213927: d247ae1
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 24, 2010
1 parent fe1f108 commit a087e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: b4ddf4b3331f0f2195bd0ab5e8b50080ba93af87
refs/heads/master: 6abc2376809497b04feee554240e158ac2072587
6 changes: 0 additions & 6 deletions trunk/drivers/net/ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,11 +806,6 @@ static void ethoc_tx_timeout(struct net_device *dev)
ethoc_interrupt(dev->irq, dev);
}

static struct net_device_stats *ethoc_stats(struct net_device *dev)
{
return &dev->stats;
}

static netdev_tx_t ethoc_start_xmit(struct sk_buff *skb, struct net_device *dev)
{
struct ethoc *priv = netdev_priv(dev);
Expand Down Expand Up @@ -863,7 +858,6 @@ static const struct net_device_ops ethoc_netdev_ops = {
.ndo_set_multicast_list = ethoc_set_multicast_list,
.ndo_change_mtu = ethoc_change_mtu,
.ndo_tx_timeout = ethoc_tx_timeout,
.ndo_get_stats = ethoc_stats,
.ndo_start_xmit = ethoc_start_xmit,
};

Expand Down

0 comments on commit a087e23

Please sign in to comment.