Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/virt/tdx: Remove duplicate include

./arch/x86/virt/vmx/tdx/tdx.c: linux/acpi.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20240322061741.9869-1-jiapeng.chong@linux.alibaba.com

Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8609

authored by

Jiapeng Chong and committed by
Ingo Molnar
27d45fc7 b0daa432

-1
-1
arch/x86/virt/vmx/tdx/tdx.c
··· 27 27 #include <linux/log2.h> 28 28 #include <linux/acpi.h> 29 29 #include <linux/suspend.h> 30 - #include <linux/acpi.h> 31 30 #include <asm/page.h> 32 31 #include <asm/special_insns.h> 33 32 #include <asm/msr-index.h>