From: Alexander Shishkin Date: Tue, 10 Oct 2023 14:52:20 +0000 (+0300) Subject: x86/sev: Drop unneeded #include X-Git-Tag: v6.7-rc1~184^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6f274b7c8ac52abc81e898b62c3ff63fbeb11b8;p=thirdparty%2Flinux.git x86/sev: Drop unneeded #include Commit: 20f07a044a76 ("x86/sev: Move common memory encryption code to mem_encrypt.c") ... forgot to remove the include of virtio_config.h from mem_encrypt_amd.c when it moved the related code to mem_encrypt.c (from where this include subsequently got removed by a later commit). Remove it now. Signed-off-by: Alexander Shishkin Signed-off-by: Ingo Molnar Reviewed-by: Tom Lendacky Link: https://lore.kernel.org/r/20231010145220.3960055-3-alexander.shishkin@linux.intel.com --- diff --git a/arch/x86/mm/mem_encrypt_amd.c b/arch/x86/mm/mem_encrypt_amd.c index 62dde75d41faa..a68f2dda0948c 100644 --- a/arch/x86/mm/mem_encrypt_amd.c +++ b/arch/x86/mm/mem_encrypt_amd.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include