ramips: nuke net_device stats from the private data of the ethernet driver

SVN-Revision: 18147
This commit is contained in:
Gabor Juhos
2009-10-25 09:37:30 +00:00
parent ec836476b0
commit 984fe7992a
2 changed files with 6 additions and 16 deletions

View File

@@ -209,7 +209,6 @@ struct raeth_priv
struct sk_buff *tx_skb[NUM_RX_DESC];
unsigned int skb_free_idx;
struct net_device_stats stat;
struct ramips_eth_platform_data *plat;
};