projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685df9c
)
fq_codel: do not include <linux/jhash.h>
author
Eric Dumazet
<edumazet@google.com>
Tue, 22 Oct 2019 16:39:36 +0000
(09:39 -0700)
committer
Jakub Kicinski
<jakub.kicinski@netronome.com>
Tue, 22 Oct 2019 22:31:42 +0000
(15:31 -0700)
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>
net/sched/sch_fq_codel.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_fq_codel.c
b/net/sched/sch_fq_codel.c
index c261c0a1886824ca38e8fb4297f9ca23a4c4863a..968519ff36e97734e495d90331d3e3197660b8f6 100644
(file)
--- 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>