]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/sch_htb.c
ARM: OMAP: add SoSSI clock (remove manual checking of SoSSI state from idle)
[linux-2.6-omap-h63xx.git] / net / sched / sch_htb.c
index b417a95df3223e4880f5b654abe7e98c5f424d09..246a2f9765f1312c6f83092c31944db1bf9aaa1f 100644 (file)
@@ -249,9 +249,6 @@ static struct htb_class *htb_classify(struct sk_buff *skb, struct Qdisc *sch,
                case TC_ACT_SHOT:
                        return NULL;
                }
-#elif defined(CONFIG_NET_CLS_POLICE)
-               if (result == TC_POLICE_SHOT)
-                       return HTB_DIRECT;
 #endif
                if ((cl = (void *)res.class) == NULL) {
                        if (res.classid == sch->handle)