Skip to content

Commit

Permalink
pxa168: remove unused stats member.
Browse files Browse the repository at this point in the history
The patch removes unused stats member in pxa168 network driver.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Mar 17, 2012
1 parent 01a2829 commit 50cdc8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/marvell/pxa168_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ struct pxa168_eth_private {
u8 work_todo;
int skb_size;

struct net_device_stats stats;
/* Size of Tx Ring per queue */
int tx_ring_size;
/* Number of tx descriptors in use */
Expand Down

0 comments on commit 50cdc8f

Please sign in to comment.