Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b368b23 authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller
Browse files

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: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0fc9ae10
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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];