Blob Blame History Raw
From: Eric Dumazet <edumazet@google.com>
Date: Tue, 22 Oct 2019 09:39:36 -0700
Subject: fq_codel: do not include <linux/jhash.h>
Patch-mainline: v5.5-rc1
Git-commit: 406715df933ad6a1b8b0545e7689aa5f4ac27922
References: bsc#1154353

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>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 net/sched/sch_fq_codel.c |    1 -
 1 file changed, 1 deletion(-)

--- 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>