Fixes: 44980ad6bb89 ("MLK-23251-01: net: stmac: tsn: add tc mqprio support")
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
stmmac_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
index edd1e07c050abc6..14457cfab54c44a 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -4109,7 +4109,7 @@ static int stmmac_setup_tc_block_cb(enum tc_setup_type type, void
*type_data,
static LIST_HEAD(stmmac_block_cb_list);
-int stmmactc_setup_mqprio(struct net_device *ndev, void *type_data)
+static int stmmactc_setup_mqprio(struct net_device *ndev, void *type_data)
{
struct tc_mqprio_qopt *mqprio = type_data;
u8 num_tc;