From: Or Gerlitz Date: Wed, 5 Apr 2017 16:09:25 +0000 (+0300) Subject: net/sched: Removed unused vlan actions definition X-Git-Tag: v4.13~823^2~223 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=91e91beff6908a1e54536613b318efd56f6e27c4;p=mirror_ubuntu-bionic-kernel.git 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 Acked-by: Jiri Pirko Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- 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 #include -#define VLAN_F_POP 0x1 -#define VLAN_F_PUSH 0x2 - struct tcf_vlan { struct tc_action common; int tcfv_action;