pxa168: remove unused stats member.
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>
This commit is contained in:
parent
01a2829809
commit
50cdc8fc40
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue