forked from Minki/linux
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
@ -174,7 +174,7 @@ static inline bool vlan_do_receive(struct sk_buff **skb)
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user