From: Daniel Borkmann Date: Thu, 6 Jun 2013 14:08:31 +0000 (+0000) Subject: net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG X-Git-Tag: firefly_0821_release~176^2~5703^2~159 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=350e7805706e11fef0bda2ab4b5cd5a0881480b9;p=firefly-linux-kernel-4.4.55.git net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG Remove the definition of HAVE_VLAN_PUT_TAG since it's not used or exported anywhere. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 52bd03b38962..7a9c8cf31659 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -243,8 +243,6 @@ static inline struct sk_buff *__vlan_hwaccel_put_tag(struct sk_buff *skb, return skb; } -#define HAVE_VLAN_PUT_TAG - /** * vlan_put_tag - inserts VLAN tag according to device features * @skb: skbuff to tag