net: Missing 'inline' in vlan-disabled vlan_untag()
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a7e7015888
commit
6139e75f4a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static inline bool vlan_do_receive(struct sk_buff **skb)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline struct sk_buff *vlan_untag(struct sk_buff *skb)
|
static inline struct sk_buff *vlan_untag(struct sk_buff *skb)
|
||||||
{
|
{
|
||||||
return skb;
|
return skb;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue