summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/jhash.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-12-07 15:35:56 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-12-07 15:35:56 +0100
commit8cdb9e6b30a5f9cad924e20febb8a560b232802e (patch)
treed40d4fd33ee18d2689a3acd7e3c1faaa429d4df7 /kernel/include/linux/jhash.h
parentaace20d23ba88bd3caa63feb6c8be20e6bc6893f (diff)
Move compiler specific compatibility support to separated file
Kernel compatibility support was broken in 7.9, reported by Ed W. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'kernel/include/linux/jhash.h')
-rw-r--r--kernel/include/linux/jhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/jhash.h b/kernel/include/linux/jhash.h
index 8df77ec..d144e33 100644
--- a/kernel/include/linux/jhash.h
+++ b/kernel/include/linux/jhash.h
@@ -1,6 +1,6 @@
#ifndef _LINUX_JHASH_H
#define _LINUX_JHASH_H
-#include <linux/netfilter/ipset/ip_set_compat.h>
+#include <linux/netfilter/ipset/ip_set_compiler.h>
/* jhash.h: Jenkins hash support.
*