Skip to content

Commit

Permalink
net: caif: Remove unused stats member from struct chnl_net
Browse files Browse the repository at this point in the history
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 <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
tklauser authored and davem330 committed Jan 19, 2017
1 parent 39b7b6a commit 54c30f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/caif/chnl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ enum caif_states {

struct chnl_net {
struct cflayer chnl;
struct net_device_stats stats;
struct caif_connect_request conn_req;
struct list_head list_field;
struct net_device *netdev;
Expand Down

0 comments on commit 54c30f6

Please sign in to comment.