net: sched: constify tcf_proto and tc_action
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / sched / cls_rsvp.h
index ed691b148384218de903207dbd923becd131938d..be4505ee67a9f90dbaa5a8ad951ea9f220b27f13 100644 (file)
@@ -130,7 +130,7 @@ static struct tcf_ext_map rsvp_ext_map = {
                return r;                               \
 }
 
-static int rsvp_classify(struct sk_buff *skb, struct tcf_proto *tp,
+static int rsvp_classify(struct sk_buff *skb, const struct tcf_proto *tp,
                         struct tcf_result *res)
 {
        struct rsvp_session **sht = ((struct rsvp_head *)tp->root)->ht;