]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/tc_act/tc_vlan.h
net_sched: get rid of struct tcf_common
[karo-tx-linux.git] / include / net / tc_act / tc_vlan.h
index 584b80788d52dff114e1f3e6599c849932506050..e29f52e8bdf1f50f8a4e8849f807d2bb68ee3c70 100644 (file)
@@ -16,7 +16,7 @@
 #define VLAN_F_PUSH            0x2
 
 struct tcf_vlan {
-       struct tcf_common       common;
+       struct tc_action        common;
        int                     tcfv_action;
        u16                     tcfv_push_vid;
        __be16                  tcfv_push_proto;