From: Mimi Zohar Date: Thu, 4 Apr 2019 02:12:17 +0000 (-0400) Subject: x86/ima: add missing include X-Git-Tag: v5.2-rc1~112^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d45ad9260c35c597706847e196aae8d966a574f;p=thirdparty%2Fkernel%2Flinux.git x86/ima: add missing include As reported by 0-DAY kernel test infrastructure: arch/x86//kernel/ima_arch.c: In function 'arch_get_ima_policy': >> arch/x86//kernel/ima_arch.c:78:4: error: implicit declaration of function 'set_module_sig_enforced' [-Werror=implicit-function-declaration] Signed-off-by: Mimi Zohar --- diff --git a/arch/x86/kernel/ima_arch.c b/arch/x86/kernel/ima_arch.c index 3fb9847f1cadc..85de790583f9a 100644 --- a/arch/x86/kernel/ima_arch.c +++ b/arch/x86/kernel/ima_arch.c @@ -3,6 +3,7 @@ * Copyright (C) 2018 IBM Corporation */ #include +#include #include extern struct boot_params boot_params;