Message ID | 5676DCF8.8060705@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
diff --git a/arch/x86/kernel/kexec-bzimage64.c b/arch/x86/kernel/kexec-bzimage64.c index 0f8a6bb..23aa625 100644 --- a/arch/x86/kernel/kexec-bzimage64.c +++ b/arch/x86/kernel/kexec-bzimage64.c @@ -19,9 +19,10 @@ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/efi.h> +#ifdef CONFIG_KEXEC_BZIMAGE_VERIFY_SIG #include <linux/verify_pefile.h> #include <keys/system_keyring.h> - +#endif #include <asm/bootparam.h> #include <asm/setup.h> #include <asm/crash.h>