From: Eric Dumazet Date: Tue, 22 Oct 2019 16:39:36 +0000 (-0700) Subject: fq_codel: do not include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=406715df933ad6a1b8b0545e7689aa5f4ac27922;p=linux.git fq_codel: do not include Since commit 342db221829f ("sched: Call skb_get_hash_perturb in sch_fq_codel") we no longer need anything from this file. Signed-off-by: Eric Dumazet Signed-off-by: Jakub Kicinski --- diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c index c261c0a188682..968519ff36e97 100644 --- a/net/sched/sch_fq_codel.c +++ b/net/sched/sch_fq_codel.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include