projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc9ae1
)
net: wan: Remove unused stats member from struct frad_local
author
Tobias Klauser
<tklauser@distanz.ch>
Fri, 27 Jan 2017 14:26:32 +0000
(15:26 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Jan 2017 16:32:26 +0000
(11:32 -0500)
The stats member of struct frad_locl is used neither by the dlci nor the
sdla driver, so it might as well be removed.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_frad.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/if_frad.h
b/include/linux/if_frad.h
index 4316aa173dde363f136a082ef453ced40d65ae4e..46df7e565d6f88f4b99137b4353bd5046f4f2076 100644
(file)
--- a/
include/linux/if_frad.h
+++ b/
include/linux/if_frad.h
@@
-66,8
+66,6
@@
struct dlci_local
struct frad_local
{
- struct net_device_stats stats;
-
/* devices which this FRAD is slaved to */
struct net_device *master[CONFIG_DLCI_MAX];
short dlci[CONFIG_DLCI_MAX];