]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sched/cls_flow.c
net: sched: constify tcf_proto and tc_action
[karo-tx-linux.git] / net / sched / cls_flow.c
index 34533a5d1b3af317b55955c36da2ba4970d2c9ff..6994214db8f84d652360d6edcf30f9bb7f94af7d 100644 (file)
@@ -356,7 +356,7 @@ static u32 flow_key_get(struct sk_buff *skb, int key)
        }
 }
 
-static int flow_classify(struct sk_buff *skb, struct tcf_proto *tp,
+static int flow_classify(struct sk_buff *skb, const struct tcf_proto *tp,
                         struct tcf_result *res)
 {
        struct flow_head *head = tp->root;