From: Andrea Righi x86_64 allmodconfig build failed due to a missing #include in arch/x86/kernel/module_64.c. Following patch resolves (on top of the previous one). Except this, no errors for x86_64. Signed-off-by: Andrea Righi Cc: Signed-off-by: Andrew Morton --- arch/x86/kernel/module_64.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86/kernel/module_64.c~page_align-correctly-handle-64-bit-values-on-32-bit-architectures-x86_64-fix arch/x86/kernel/module_64.c --- a/arch/x86/kernel/module_64.c~page_align-correctly-handle-64-bit-values-on-32-bit-architectures-x86_64-fix +++ a/arch/x86/kernel/module_64.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include _