aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2018-11-07 18:07:03 +0100
committerDavid S. Miller <davem@davemloft.net>2018-11-07 22:41:20 -0800
commit295d072a42fe1a654e765fffcaadb2f08a692dd0 (patch)
tree22a3cd656c777c84df14b05f5fc9f68ce6873de0
parentnet/vlan: include the shift in skb_vlan_tag_get_prio() (diff)
downloadlinux-dev-295d072a42fe1a654e765fffcaadb2f08a692dd0.tar.xz
linux-dev-295d072a42fe1a654e765fffcaadb2f08a692dd0.zip
net/vlan: remove unused #define HAVE_VLAN_GET_TAG
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/linux/if_vlan.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h
index b14bf87999aa..03b08ffded07 100644
--- a/include/linux/if_vlan.h
+++ b/include/linux/if_vlan.h
@@ -555,8 +555,6 @@ static inline int __vlan_hwaccel_get_tag(const struct sk_buff *skb,
}
}
-#define HAVE_VLAN_GET_TAG
-
/**
* vlan_get_tag - get the VLAN ID from the skb
* @skb: skbuff to query