]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
net: stmmac: make tc_flow_parsers static
[linux.git] / drivers / net / ethernet / stmicro / stmmac / stmmac_tc.c
index e231098061b6e842574002c5edd2f48d96e6e71c..f9a9a9d82233375638dacb3c1b3048d11c6efb30 100644 (file)
@@ -510,7 +510,7 @@ static struct stmmac_flow_entry *tc_find_flow(struct stmmac_priv *priv,
        return NULL;
 }
 
-struct {
+static struct {
        int (*fn)(struct stmmac_priv *priv, struct flow_cls_offload *cls,
                  struct stmmac_flow_entry *entry);
 } tc_flow_parsers[] = {