From: Herbert Xu Date: Mon, 29 Jun 2009 16:54:12 +0000 (+0000) Subject: usbnet: Remove private stats structure X-Git-Tag: v2.6.31-rc2~26^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9d62f3f2c6fa609883714f6fd6cd710a83d307f;p=platform%2Fupstream%2Fkernel-adaptation-pc.git usbnet: Remove private stats structure Now that nothing uses the private stats structure we can remove it. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index 5d44059..310e18a 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h @@ -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;