Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7550b0b authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

net: dsa: vsc73xx: Make some functions static



Fixes the following sparse warnings:

drivers/net/dsa/vitesse-vsc73xx.c:1054:6: warning:
 symbol 'vsc73xx_get_strings' was not declared. Should it be static?
drivers/net/dsa/vitesse-vsc73xx.c:1113:5: warning:
 symbol 'vsc73xx_get_sset_count' was not declared. Should it be static?
drivers/net/dsa/vitesse-vsc73xx.c:1122:6: warning:
 symbol 'vsc73xx_get_ethtool_stats' was not declared. Should it be static?

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 896e863d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -1051,7 +1051,7 @@ vsc73xx_find_counter(struct vsc73xx *vsc,
	return NULL;
}

void vsc73xx_get_strings(struct dsa_switch *ds, int port, u32 stringset,
static void vsc73xx_get_strings(struct dsa_switch *ds, int port, u32 stringset,
				uint8_t *data)
{
	const struct vsc73xx_counter *cnt;
@@ -1110,7 +1110,7 @@ void vsc73xx_get_strings(struct dsa_switch *ds, int port, u32 stringset,
	}
}

int vsc73xx_get_sset_count(struct dsa_switch *ds, int port, int sset)
static int vsc73xx_get_sset_count(struct dsa_switch *ds, int port, int sset)
{
	/* We only support SS_STATS */
	if (sset != ETH_SS_STATS)
@@ -1119,7 +1119,8 @@ int vsc73xx_get_sset_count(struct dsa_switch *ds, int port, int sset)
	return 8;
}

void vsc73xx_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data)
static void vsc73xx_get_ethtool_stats(struct dsa_switch *ds, int port,
				      uint64_t *data)
{
	struct vsc73xx *vsc = ds->priv;
	u8 regs[] = {