]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/net/tun.c
tun: remove unused parameters
authorEric Dumazet <edumazet@google.com>
Fri, 28 Sep 2018 21:51:47 +0000 (14:51 -0700)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:54:06 +0000 (19:54 -0600)
commitbe6c1bf647447711544bd18f189faea1ab8c07e3
tree521341eb5aec55c167d09bef81e1c239022410ba
parent5467e8a96a63da9ddf3f67ccf314167383ee805f
tun: remove unused parameters

BugLink: https://bugs.launchpad.net/bugs/1836426
[ Upstream commit 06e55addd3f40b5294e448c2cb7605ca4f28c2e3 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/net/tun.c