x86/sev: Drop unneeded #include
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 10 Oct 2023 14:52:20 +0000 (17:52 +0300)
committerIngo Molnar <mingo@kernel.org>
Wed, 11 Oct 2023 08:15:47 +0000 (10:15 +0200)
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 <alexander.shishkin@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Link: https://lore.kernel.org/r/20231010145220.3960055-3-alexander.shishkin@linux.intel.com
arch/x86/mm/mem_encrypt_amd.c

index 62dde75d41faae740d3077faac4ac63f1593be0e..a68f2dda0948c211e0ee4f1f2e4a000f513c463a 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/kernel.h>
 #include <linux/bitops.h>
 #include <linux/dma-mapping.h>
-#include <linux/virtio_config.h>
 #include <linux/cc_platform.h>
 
 #include <asm/tlbflush.h>