aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/sch_sfq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sched/sch_sfq.c b/net/sched/sch_sfq.c
index 1af2f73906d0..211db9017c35 100644
--- a/net/sched/sch_sfq.c
+++ b/net/sched/sch_sfq.c
@@ -310,11 +310,6 @@ static inline void slot_queue_add(struct sfq_slot *slot, struct sk_buff *skb)
310 slot->skblist_prev = skb; 310 slot->skblist_prev = skb;
311} 311}
312 312
313#define slot_queue_walk(slot, skb) \
314 for (skb = slot->skblist_next; \
315 skb != (struct sk_buff *)slot; \
316 skb = skb->next)
317
318static unsigned int sfq_drop(struct Qdisc *sch) 313static unsigned int sfq_drop(struct Qdisc *sch)
319{ 314{
320 struct sfq_sched_data *q = qdisc_priv(sch); 315 struct sfq_sched_data *q = qdisc_priv(sch);