]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sched/act_pedit.c
net: sched: constify tcf_proto and tc_action
[mv-sheeva.git] / net / sched / act_pedit.c
index 7affe9a92757d1611065b54c047b9f6f75f09faa..10d3aed86560973f0b91daabcd3ddfb62777c3a9 100644 (file)
@@ -120,7 +120,7 @@ static int tcf_pedit_cleanup(struct tc_action *a, int bind)
        return 0;
 }
 
-static int tcf_pedit(struct sk_buff *skb, struct tc_action *a,
+static int tcf_pedit(struct sk_buff *skb, const struct tc_action *a,
                     struct tcf_result *res)
 {
        struct tcf_pedit *p = a->priv;