]> git.baikalelectronics.ru Git - kernel.git/commit
tun: remove unused parameters
authorEric Dumazet <edumazet@google.com>
Fri, 28 Sep 2018 21:51:47 +0000 (14:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:27:28 +0000 (23:27 -0700)
commita3910e5bbddead37e8bac5e4b54934956e9b7da0
tree542870d62f751c68194af286efa6de0b80e73b77
parentf2687c735351d0b37561fe3596223643a5ef191a
tun: remove unused parameters

tun_napi_disable() and tun_napi_del() do not need
a pointer to the tun_struct

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c