Re: [PATCH] net: stmmac: make tc_flow_parsers static

2019-10-15 Thread David Miller
From: "Ben Dooks (Codethink)" Date: Tue, 15 Oct 2019 17:17:48 +0100 > The tc_flow_parsers is not used outside of the driver, so > make it static to avoid the following sparse warning: > > drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c:516:3: warning: symbol > 'tc_flow_parsers' was not

[PATCH] net: stmmac: make tc_flow_parsers static

2019-10-15 Thread Ben Dooks (Codethink)
The tc_flow_parsers is not used outside of the driver, so make it static to avoid the following sparse warning: drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c:516:3: warning: symbol 'tc_flow_parsers' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Cc: Giuseppe Cavallaro