From 8cdb9e6b30a5f9cad924e20febb8a560b232802e Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 7 Dec 2020 15:35:56 +0100 Subject: 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 --- kernel/include/linux/jhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/include/linux/jhash.h') 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 +#include /* jhash.h: Jenkins hash support. * -- cgit v1.2.3