diff options
-rw-r--r-- | include/net/sch_generic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 2902a42564f0..0a158ff4de12 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h | |||
@@ -374,7 +374,7 @@ static inline void __qdisc_reset_queue(struct Qdisc *sch, | |||
374 | * We do not know the backlog in bytes of this list, it | 374 | * We do not know the backlog in bytes of this list, it |
375 | * is up to the caller to correct it | 375 | * is up to the caller to correct it |
376 | */ | 376 | */ |
377 | skb_queue_purge(list); | 377 | __skb_queue_purge(list); |
378 | } | 378 | } |
379 | 379 | ||
380 | static inline void qdisc_reset_queue(struct Qdisc *sch) | 380 | static inline void qdisc_reset_queue(struct Qdisc *sch) |