Skip to content

Commit

Permalink
net: wan: Remove unused stats member from struct frad_local
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Jan 27, 2017
1 parent 0fc9ae1 commit 2b368b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/if_frad.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 2b368b2

Please sign in to comment.