Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cee8c43 authored by kbuild test robot's avatar kbuild test robot Committed by David S. Miller
Browse files

net: mvpp2: mvpp2_cls_flow_get() can be static



Fixes: f9358e12 ("net: mvpp2: split ingress traffic into multiple flows")
Signed-off-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6eb9c9da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;