1
0
Fork 0

net: dsa: Make dsa_master_set_mtu() static

Add the missing static keyword.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Andrew Lunn 2018-12-08 17:06:31 +01:00 committed by David S. Miller
parent 91ba479573
commit a60956ed72
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ static void dsa_master_ethtool_teardown(struct net_device *dev)
cpu_dp->orig_ethtool_ops = NULL;
}
void dsa_master_set_mtu(struct net_device *dev, struct dsa_port *cpu_dp)
static void dsa_master_set_mtu(struct net_device *dev, struct dsa_port *cpu_dp)
{
unsigned int mtu = ETH_DATA_LEN + cpu_dp->tag_ops->overhead;
int err;