]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: caif: Remove unused stats member from struct chnl_net
authorTobias Klauser <tklauser@distanz.ch>
Thu, 19 Jan 2017 15:04:25 +0000 (16:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Jan 2017 16:45:21 +0000 (11:45 -0500)
commit54c30f604dcc110dba21db7c2c09ddf25b65acbe
treea0c651a542c0194d44bc18e29a43bee4fff6eb0a
parent39b7b6a6247568f99df059e8a4c9bd674f6b99ac
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 <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/chnl_net.c