]> err.no Git - linux-2.6/blobdiff - net/sched/sch_tbf.c
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
[linux-2.6] / net / sched / sch_tbf.c
index 22e431dace54d01a8523564071c1165400b748da..8c2639af4c6a42a45c7c6ee5fecda621c6c14f82 100644 (file)
@@ -125,7 +125,7 @@ static int tbf_enqueue(struct sk_buff *skb, struct Qdisc* sch)
 
        if (skb->len > q->max_size) {
                sch->qstats.drops++;
-#ifdef CONFIG_NET_CLS_POLICE
+#ifdef CONFIG_NET_CLS_ACT
                if (sch->reshape_fail == NULL || sch->reshape_fail(skb, sch))
 #endif
                        kfree_skb(skb);