usbnet: Remove private stats structure
Now that nothing uses the private stats structure we can remove it. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7963837f93
commit
d9d62f3f2c
@@ -42,7 +42,6 @@ struct usbnet {
|
|||||||
|
|
||||||
/* protocol/interface state */
|
/* protocol/interface state */
|
||||||
struct net_device *net;
|
struct net_device *net;
|
||||||
struct net_device_stats stats;
|
|
||||||
int msg_enable;
|
int msg_enable;
|
||||||
unsigned long data [5];
|
unsigned long data [5];
|
||||||
u32 xid;
|
u32 xid;
|
||||||
|
Reference in New Issue
Block a user