]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sched/act_ipt.c
net: sched: constify tcf_proto and tc_action
[mv-sheeva.git] / net / sched / act_ipt.c
index 9fc211a1b20e6c1d344bcd99d756824c76d2de91..60f8f616e8fa2c7b73df63dff52119622f036168 100644 (file)
@@ -195,7 +195,7 @@ static int tcf_ipt_cleanup(struct tc_action *a, int bind)
        return tcf_ipt_release(ipt, bind);
 }
 
-static int tcf_ipt(struct sk_buff *skb, struct tc_action *a,
+static int tcf_ipt(struct sk_buff *skb, const struct tc_action *a,
                   struct tcf_result *res)
 {
        int ret = 0, result = 0;