diff options
author | Eric Dumazet <edumazet@google.com> | 2019-10-22 18:39:36 +0200 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-10-23 00:31:42 +0200 |
commit | 406715df933ad6a1b8b0545e7689aa5f4ac27922 (patch) | |
tree | b43f0d3b28d8ec94fa207bafa8a51e200c96ed7f /net/sched/sch_fq_codel.c | |
parent | Merge branch 'net-dsa-turn-arrays-of-ports-into-a-list' (diff) | |
download | linux-406715df933ad6a1b8b0545e7689aa5f4ac27922.tar.xz linux-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 'net/sched/sch_fq_codel.c')
-rw-r--r-- | net/sched/sch_fq_codel.c | 1 |
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> |