]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sched/act_simple.c
net: sched: constify tcf_proto and tc_action
[mv-sheeva.git] / net / sched / act_simple.c
index a34a22de60b3c65e0ed3b4613fe77e329663fe83..73e0a3ab4d55a0150045512771036330e4ca737b 100644 (file)
@@ -36,7 +36,8 @@ static struct tcf_hashinfo simp_hash_info = {
 };
 
 #define SIMP_MAX_DATA  32
-static int tcf_simp(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res)
+static int tcf_simp(struct sk_buff *skb, const struct tc_action *a,
+                   struct tcf_result *res)
 {
        struct tcf_defact *d = a->priv;