diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2009-06-29 16:54:12 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2009-06-30 19:46:49 -0700 | 
| commit | d9d62f3f2c6fa609883714f6fd6cd710a83d307f (patch) | |
| tree | 112f30f14005df7be1cd77bb84a7b7fb11269260 /include/linux/usb/usbnet.h | |
| parent | 7963837f933df8a8ada56fa8f8205ebab40f84d0 (diff) | |
| download | olio-linux-3.10-d9d62f3f2c6fa609883714f6fd6cd710a83d307f.tar.xz olio-linux-3.10-d9d62f3f2c6fa609883714f6fd6cd710a83d307f.zip  | |
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>
Diffstat (limited to 'include/linux/usb/usbnet.h')
| -rw-r--r-- | include/linux/usb/usbnet.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index 5d44059f6d6..310e18a880f 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;  |