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:
David S. Miller
2011-04-12 19:27:51 -07:00
parent a7e7015888
commit 6139e75f4a

View File

@@ -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;
} }