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>
This commit is contained in:
parent
0fc9ae1076
commit
2b368b234e
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue