diff options
author | David S. Miller <davem@davemloft.net> | 2011-04-12 22:27:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-12 22:27:51 -0400 |
commit | 6139e75f4a413bdc8f366fc11e437347be8abc59 (patch) | |
tree | 3cc9d95c92840717e2ecbd88c4d1ce35b339057c /include/linux/if_vlan.h | |
parent | a7e70158884629898d79709622a66b8ef99e4018 (diff) |
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>
Diffstat (limited to 'include/linux/if_vlan.h')
-rw-r--r-- | include/linux/if_vlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 998b29930b80..546d9d35fbd4 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -174,7 +174,7 @@ static inline bool vlan_do_receive(struct sk_buff **skb) | |||
174 | return false; | 174 | return false; |
175 | } | 175 | } |
176 | 176 | ||
177 | inline struct sk_buff *vlan_untag(struct sk_buff *skb) | 177 | static inline struct sk_buff *vlan_untag(struct sk_buff *skb) |
178 | { | 178 | { |
179 | return skb; | 179 | return skb; |
180 | } | 180 | } |