mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 16:53:54 +08:00
net/sched: act_ife: Staticfy find_decode_metaid()
As it's used only on that file. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2f771399a3
commit
4dba87b073
@ -603,8 +603,8 @@ nla_put_failure:
|
||||
return -1;
|
||||
}
|
||||
|
||||
int find_decode_metaid(struct sk_buff *skb, struct tcf_ife_info *ife,
|
||||
u16 metaid, u16 mlen, void *mdata)
|
||||
static int find_decode_metaid(struct sk_buff *skb, struct tcf_ife_info *ife,
|
||||
u16 metaid, u16 mlen, void *mdata)
|
||||
{
|
||||
struct tcf_meta_info *e;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user