Skip to content

Commit 2b368b2

Browse files
tklauserdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0fc9ae1 commit 2b368b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/if_frad.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ struct dlci_local
6666

6767
struct frad_local
6868
{
69-
struct net_device_stats stats;
70-
7169
/* devices which this FRAD is slaved to */
7270
struct net_device *master[CONFIG_DLCI_MAX];
7371
short dlci[CONFIG_DLCI_MAX];

0 commit comments

Comments
 (0)