]> err.no Git - linux-2.6/blobdiff - net/sched/sch_hfsc.c
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[linux-2.6] / net / sched / sch_hfsc.c
index 874452c41a0172ef25bce549c97d60f38ca91daf..55e7e4530f4310b1eacecb081f7e318426c9aa6f 100644 (file)
@@ -1174,9 +1174,6 @@ hfsc_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr)
                case TC_ACT_SHOT:
                        return NULL;
                }
-#elif defined(CONFIG_NET_CLS_POLICE)
-               if (result == TC_POLICE_SHOT)
-                       return NULL;
 #endif
                if ((cl = (struct hfsc_class *)res.class) == NULL) {
                        if ((cl = hfsc_find_class(res.classid, sch)) == NULL)