diff options
author | Eric Dumazet <edumazet@google.com> | 2019-10-22 09:39:36 -0700 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-10-22 15:31:42 -0700 |
commit | 406715df933ad6a1b8b0545e7689aa5f4ac27922 (patch) | |
tree | b43f0d3b28d8ec94fa207bafa8a51e200c96ed7f | |
parent | 685df9c39f70964482a1a5d1742b8cecb2606bb7 (diff) | |
download | linux-406715df933ad6a1b8b0545e7689aa5f4ac27922.tar.gz linux-406715df933ad6a1b8b0545e7689aa5f4ac27922.tar.bz2 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>
-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> |