summaryrefslogtreecommitdiff
path: root/include/linux/if_frad.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-01-27 15:26:32 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-27 11:32:26 -0500
commit2b368b234ec43abbf46f2983478c438d36e58134 (patch)
tree0f45514a3d45ec14f510ffd948962783dfc87b68 /include/linux/if_frad.h
parent0fc9ae107669760c2a8658cb5b5876dbe525e08d (diff)
net: wan: Remove unused stats member from struct frad_local
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>
Diffstat (limited to 'include/linux/if_frad.h')
-rw-r--r--include/linux/if_frad.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h
index 4316aa173dde..46df7e565d6f 100644
--- 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];