Skip to content

Commit 54c30f6

Browse files
tklauserdavem330
authored andcommitted
net: caif: Remove unused stats member from struct chnl_net
The stats member of struct chnl_net is used nowhere in the code, so it might as well be removed. Signed-off-by: Tobias Klauser <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 39b7b6a commit 54c30f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/caif/chnl_net.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ enum caif_states {
4444

4545
struct chnl_net {
4646
struct cflayer chnl;
47-
struct net_device_stats stats;
4847
struct caif_connect_request conn_req;
4948
struct list_head list_field;
5049
struct net_device *netdev;

0 commit comments

Comments
 (0)