Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent a7e70158
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}