aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_fq_codel.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2019-10-22 09:39:36 -0700
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-10-22 15:31:42 -0700
commit406715df933ad6a1b8b0545e7689aa5f4ac27922 (patch)
treeb43f0d3b28d8ec94fa207bafa8a51e200c96ed7f /net/sched/sch_fq_codel.c
parentMerge branch 'net-dsa-turn-arrays-of-ports-into-a-list' (diff)
downloadlinux-dev-406715df933ad6a1b8b0545e7689aa5f4ac27922.tar.xz
linux-dev-406715df933ad6a1b8b0545e7689aa5f4ac27922.zip
fq_codel: do not include <linux/jhash.h>
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 <edumazet@google.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to '')
-rw-r--r--net/sched/sch_fq_codel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c
index c261c0a18868..968519ff36e9 100644
--- a/net/sched/sch_fq_codel.c
+++ b/net/sched/sch_fq_codel.c
@@ -14,7 +14,6 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/skbuff.h>
-#include <linux/jhash.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <net/netlink.h>