Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224809
b: refs/heads/master
c: e176bbc
h: refs/heads/master
i:
  224807: fe256b4
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Dec 6, 2010
1 parent 4238d84 commit 538d049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 9f91170773d852e65e4fc36e1f8173ce614f62e1
refs/heads/master: e176bbc5893bef36a0909de31dea97865660a7c9
9 changes: 0 additions & 9 deletions trunk/drivers/net/arm/am79c961a.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,6 @@ am79c961_close(struct net_device *dev)
return 0;
}

/*
* Get the current statistics.
*/
static struct net_device_stats *am79c961_getstats (struct net_device *dev)
{
return &dev->stats;
}

static void am79c961_mc_hash(char *addr, unsigned short *hash)
{
if (addr[0] & 0x01) {
Expand Down Expand Up @@ -665,7 +657,6 @@ static const struct net_device_ops am79c961_netdev_ops = {
.ndo_open = am79c961_open,
.ndo_stop = am79c961_close,
.ndo_start_xmit = am79c961_sendpacket,
.ndo_get_stats = am79c961_getstats,
.ndo_set_multicast_list = am79c961_setmulticastlist,
.ndo_tx_timeout = am79c961_timeout,
.ndo_validate_addr = eth_validate_addr,
Expand Down

0 comments on commit 538d049

Please sign in to comment.