Skip to content

Commit d6f274b

Browse files
virtuosoIngo Molnar
authored andcommitted
x86/sev: Drop unneeded #include
Commit: 20f07a0 ("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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Reviewed-by: Tom Lendacky <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6e74b12 commit d6f274b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/mm/mem_encrypt_amd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <linux/kernel.h>
2020
#include <linux/bitops.h>
2121
#include <linux/dma-mapping.h>
22-
#include <linux/virtio_config.h>
2322
#include <linux/cc_platform.h>
2423

2524
#include <asm/tlbflush.h>

0 commit comments

Comments
 (0)