diff --git a/[refs] b/[refs] index cdf81600b015..5a2ed7ac4084 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ddc3731fcb712646e4a0f8e6117af6a153e9d36f +refs/heads/master: 52bc97470e22e67f11b054e51a31eee100ef6867 diff --git a/trunk/net/sched/sch_api.c b/trunk/net/sched/sch_api.c index 150741579408..7490f3f2db8b 100644 --- a/trunk/net/sched/sch_api.c +++ b/trunk/net/sched/sch_api.c @@ -1672,12 +1672,12 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) { int err = 0; - __be16 protocol; #ifdef CONFIG_NET_CLS_ACT + __be16 protocol; struct tcf_proto *otp = tp; reclassify: -#endif protocol = skb->protocol; +#endif err = tc_classify_compat(skb, tp, res); #ifdef CONFIG_NET_CLS_ACT