Skip to content

Commit

Permalink
usbnet: Remove private stats structure
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jul 1, 2009
1 parent 7963837 commit d9d62f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/usb/usbnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ struct usbnet {

/* protocol/interface state */
struct net_device *net;
struct net_device_stats stats;
int msg_enable;
unsigned long data [5];
u32 xid;
Expand Down

0 comments on commit d9d62f3

Please sign in to comment.