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:
committed by
David S. Miller
parent
0fc9ae1076
commit
2b368b234e
@@ -66,8 +66,6 @@ struct dlci_local
|
|||||||
|
|
||||||
struct frad_local
|
struct frad_local
|
||||||
{
|
{
|
||||||
struct net_device_stats stats;
|
|
||||||
|
|
||||||
/* devices which this FRAD is slaved to */
|
/* devices which this FRAD is slaved to */
|
||||||
struct net_device *master[CONFIG_DLCI_MAX];
|
struct net_device *master[CONFIG_DLCI_MAX];
|
||||||
short dlci[CONFIG_DLCI_MAX];
|
short dlci[CONFIG_DLCI_MAX];
|
||||||
|
|||||||
Reference in New Issue
Block a user