Skip to content

Commit

Permalink
net: mvpp2: mvpp2_cls_flow_get() can be static
Browse files Browse the repository at this point in the history
Fixes: f9358e1 ("net: mvpp2: split ingress traffic into multiple flows")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
kbuild test robot authored and David S. Miller committed Jul 14, 2018
1 parent 6eb9c9d commit 9cee8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ static int mvpp2_flow_set_hek_fields(struct mvpp2_cls_flow_entry *fe,
return 0;
}

struct mvpp2_cls_flow *mvpp2_cls_flow_get(int flow)
static struct mvpp2_cls_flow *mvpp2_cls_flow_get(int flow)
{
if (flow >= MVPP2_N_FLOWS)
return NULL;
Expand Down

0 comments on commit 9cee8c4

Please sign in to comment.