vlan: kill vlan_put_tag helper
authorJiri Pirko <jiri@resnulli.us>
Wed, 19 Nov 2014 13:04:57 +0000 (14:04 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 27 Apr 2015 20:48:33 +0000 (16:48 -0400)
commitc01a1cb6848c9b399cd4471cdd7d2393c46a56e8
treecb7c7c3b5e03eb3252ca836d11023a22575d6173
parentca7c7b9059e329fc3780d12deb5797e8ca03a73d
vlan: kill vlan_put_tag helper

[ Upstream commit b4bef1b57544b18899eb15569e3bafd8d2eeeff6 ]

Since both tx and rx paths work with skb->vlan_tci, there's no need for
this function anymore. Switch users directly to __vlan_hwaccel_put_tag.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/net/bonding/bond_alb.c
drivers/net/bonding/bond_main.c
drivers/net/usb/cdc_mbim.c
include/linux/if_vlan.h