]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: switchdev: remove dev in port_vlan_dump_put
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 29 Sep 2015 16:07:13 +0000 (12:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:31:59 +0000 (21:31 -0700)
commite23b002b23dfdcd12ca982fbc57dcb071a1fee62
tree05d3b783a60d565ad57ee8fe24341db6ca9f87bc
parent79b0eb2aadfefaecb34c84453bd44d3264c4c781
net: switchdev: remove dev in port_vlan_dump_put

The static switchdev_port_vlan_dump_put function does not need the
net_device parameter, so remove it.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/switchdev/switchdev.c