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)
commit06e55addd3f40b5294e448c2cb7605ca4f28c2e3
tree542870d62f751c68194af286efa6de0b80e73b77
parent6fe9487892b32cb1c8b8b0d552ed7222a527fe30
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