Commit d9d62f3f2c6fa609883714f6fd6cd710a83d307f

Authored by Herbert Xu
Committed by David S. Miller
1 parent 7963837f93

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/linux/usb/usbnet.h
... ... @@ -42,7 +42,6 @@
42 42  
43 43 /* protocol/interface state */
44 44 struct net_device *net;
45   - struct net_device_stats stats;
46 45 int msg_enable;
47 46 unsigned long data [5];
48 47 u32 xid;