net: dsa: b53: Export b53_configure_vlan()
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 27 Oct 2017 22:56:01 +0000 (15:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Oct 2017 03:13:30 +0000 (12:13 +0900)
commit5c1a6eaf0d4eb51e96f193a603af59b55660cb08
tree3487e4f13753916f1a29082dd0667202b3a7f6c2
parent641da8ed3d8c54a5357d85a0f18d1d537c4205b9
net: dsa: b53: Export b53_configure_vlan()

bcm_sf2 and b53 replicate the same operations: clear all VLANs and set
their ports to the default VLAN tag (1 for these devices) so export the
b53 function doing just that.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_common.c
drivers/net/dsa/b53/b53_priv.h
drivers/net/dsa/bcm_sf2.c