aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix.c
diff options
context:
space:
mode:
authorChen Wandun <chenwandun@huawei.com>2019-11-22 20:32:45 +0800
committerDavid S. Miller <davem@davemloft.net>2019-11-22 10:09:10 -0800
commit3243e04ab1c06e7cb1402aff609c83de97956489 (patch)
tree89ea641798d2eaee25a4df83bd10ca92d62aeca1 /drivers/net/dsa/ocelot/felix.c
parentseg6: allow local packet processing for SRv6 End.DT6 behavior (diff)
downloadlinux-dev-3243e04ab1c06e7cb1402aff609c83de97956489.tar.xz
linux-dev-3243e04ab1c06e7cb1402aff609c83de97956489.zip
net: dsa: ocelot: fix "should it be static?" warnings
Fix following sparse warnings: drivers/net/dsa/ocelot/felix.c:351:6: warning: symbol 'felix_txtstamp' was not declared. Should it be static? Signed-off-by: Chen Wandun <chenwandun@huawei.com> Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/ocelot/felix.c')
-rw-r--r--drivers/net/dsa/ocelot/felix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c
index 167e41549cdd..b7f92464815d 100644
--- a/drivers/net/dsa/ocelot/felix.c
+++ b/drivers/net/dsa/ocelot/felix.c
@@ -348,8 +348,8 @@ static bool felix_rxtstamp(struct dsa_switch *ds, int port,
return false;
}
-bool felix_txtstamp(struct dsa_switch *ds, int port,
- struct sk_buff *clone, unsigned int type)
+static bool felix_txtstamp(struct dsa_switch *ds, int port,
+ struct sk_buff *clone, unsigned int type)
{
struct ocelot *ocelot = ds->priv;
struct ocelot_port *ocelot_port = ocelot->ports[port];