Commit 6139e75f authored by David S. Miller's avatar David S. Miller

net: Missing 'inline' in vlan-disabled vlan_untag()

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a7e70158
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment