net: sched: constify tcf_proto and tc_action
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / sched / act_csum.c
index 6cdf9abe475f065aa2b5d9c648131e80932bdeb0..453a73431ac47b8688a207b22d90f647dfc3eef4 100644 (file)
@@ -500,7 +500,7 @@ fail:
 }
 
 static int tcf_csum(struct sk_buff *skb,
-                   struct tc_action *a, struct tcf_result *res)
+                   const struct tc_action *a, struct tcf_result *res)
 {
        struct tcf_csum *p = a->priv;
        int action;