projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7963837
)
usbnet: Remove private stats structure
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 29 Jun 2009 16:54:12 +0000
(16:54 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 1 Jul 2009 02:46:49 +0000
(19:46 -0700)
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>
include/linux/usb/usbnet.h
patch
|
blob
|
history
diff --git
a/include/linux/usb/usbnet.h
b/include/linux/usb/usbnet.h
index 5d44059f6d63feb02dbc8f2defc3d6ffb1d9cfba..310e18a880fff5da371f000225a871008afbb84e 100644
(file)
--- 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;