net_sched: get rid of struct tcf_common
[cascardo/linux.git] / include / net / tc_act / tc_csum.h
index 1a9ef15..f31fb63 100644 (file)
@@ -5,7 +5,7 @@
 #include <net/act_api.h>
 
 struct tcf_csum {
-       struct tcf_common common;
+       struct tc_action common;
 
        u32 update_flags;
 };