aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tc_act
diff options
context:
space:
mode:
authorOr Gerlitz <ogerlitz@mellanox.com>2017-04-05 19:09:25 +0300
committerDavid S. Miller <davem@davemloft.net>2017-04-06 13:28:35 -0700
commit91e91beff6908a1e54536613b318efd56f6e27c4 (patch)
tree48ef773a458028998fb74efc742230b96e450e34 /include/net/tc_act
parentmlx4: trust shinfo->gso_segs (diff)
downloadlinux-dev-91e91beff6908a1e54536613b318efd56f6e27c4.tar.xz
linux-dev-91e91beff6908a1e54536613b318efd56f6e27c4.zip
net/sched: Removed unused vlan actions definition
Commit c7e2b9689ef "sched: introduce vlan action" added both the UAPI values for the vlan actions (TCA_VLAN_ACT_) and these two in-kernel ones which are not used, remove them. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tc_act')
-rw-r--r--include/net/tc_act/tc_vlan.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/tc_act/tc_vlan.h b/include/net/tc_act/tc_vlan.h
index 9690c047b6cf..c2090df944ff 100644
--- a/include/net/tc_act/tc_vlan.h
+++ b/include/net/tc_act/tc_vlan.h
@@ -13,9 +13,6 @@
#include <net/act_api.h>
#include <linux/tc_act/tc_vlan.h>
-#define VLAN_F_POP 0x1
-#define VLAN_F_PUSH 0x2
-
struct tcf_vlan {
struct tc_action common;
int tcfv_action;