From 202cfef66b3a1e0988dd384400bd333634816809 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Sun, 8 Nov 2020 21:54:01 +0100 Subject: Backward compatibility fix for the package copy of The patch "Use fallthrough pseudo-keyword in the package copy of too" missed to include the compatibility header file. Signed-off-by: Jozsef Kadlecsik --- kernel/include/linux/jhash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/include/linux/jhash.h b/kernel/include/linux/jhash.h index 5e578b1..8df77ec 100644 --- a/kernel/include/linux/jhash.h +++ b/kernel/include/linux/jhash.h @@ -1,5 +1,6 @@ #ifndef _LINUX_JHASH_H #define _LINUX_JHASH_H +#include /* jhash.h: Jenkins hash support. * -- cgit v1.2.3