net: mvpp2: mvpp2_cls_flow_get() can be static

Fixes: f9358e12a0 ("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>
This commit is contained in:
kbuild test robot 2018-07-14 09:27:35 +08:00 committed by David S. Miller
parent 6eb9c9dafd
commit 9cee8c4375
1 changed files with 1 additions and 1 deletions

View File

@ -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;