team: add missed "statics"
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
679b160730
commit
cade455596
@@ -65,7 +65,7 @@ static int __set_port_mac(struct net_device *port_dev,
|
||||
return dev_set_mac_address(port_dev, &addr);
|
||||
}
|
||||
|
||||
int team_port_set_orig_mac(struct team_port *port)
|
||||
static int team_port_set_orig_mac(struct team_port *port)
|
||||
{
|
||||
return __set_port_mac(port->dev, port->orig.dev_addr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user