lwtunnel: remove device arg to lwtunnel_build_state

Nothing about lwt state requires a device reference, so remove the
input argument.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Tento commit je obsažen v:
David Ahern
2017-01-30 12:07:37 -08:00
odevzdal David S. Miller
rodič 6ad20165d3
revize 30357d7d8a
9 změnil soubory, kde provedl 20 přidání a 31 odebrání

Zobrazit soubor

@@ -303,7 +303,7 @@ drop:
return err;
}
static int seg6_build_state(struct net_device *dev, struct nlattr *nla,
static int seg6_build_state(struct nlattr *nla,
unsigned int family, const void *cfg,
struct lwtunnel_state **ts)
{