提交 6139e75f 编写于 作者: D David S. Miller

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

Reported-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册