]> err.no Git - linux-2.6/blobdiff - include/net/sch_generic.h
Pull processor into release branch
[linux-2.6] / include / net / sch_generic.h
index 0153cd9d1b8d724d4d17efec41ff3658f288cad9..8a67f24cbe0218596c663007439a654dc20c7fb4 100644 (file)
@@ -290,7 +290,7 @@ static inline int qdisc_reshape_fail(struct sk_buff *skb, struct Qdisc *sch)
 {
        sch->qstats.drops++;
 
-#if defined(CONFIG_NET_CLS_ACT) || defined(CONFIG_NET_CLS_POLICE)
+#ifdef CONFIG_NET_CLS_ACT
        if (sch->reshape_fail == NULL || sch->reshape_fail(skb, sch))
                goto drop;