fault-injection: cleanup simple attribute of stacktrace_depth
[pandora-kernel.git] / net / sched / act_gact.c
index 2b4ab4b..b77f5a0 100644 (file)
@@ -125,7 +125,8 @@ static int tcf_gact_cleanup(struct tc_action *a, int bind)
        return 0;
 }
 
-static int tcf_gact(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res)
+static int tcf_gact(struct sk_buff *skb, const struct tc_action *a,
+                   struct tcf_result *res)
 {
        struct tcf_gact *gact = a->priv;
        int action = TC_ACT_SHOT;