projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b7b6a
)
net: caif: Remove unused stats member from struct chnl_net
author
Tobias Klauser
<tklauser@distanz.ch>
Thu, 19 Jan 2017 15:04:25 +0000
(16:04 +0100)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Jan 2017 16:45:21 +0000
(11:45 -0500)
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
patch
|
blob
|
blame
|
history
diff --git
a/net/caif/chnl_net.c
b/net/caif/chnl_net.c
index 3408ed51b611c9a7ff8d0575580fd972e2801a7a..1816fc9f1ee779f85874e886a9ba6db721c60680 100644
(file)
--- a/
net/caif/chnl_net.c
+++ b/
net/caif/chnl_net.c
@@
-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;