From 77c3a45a0f4866d4c36246abdf9633d3bde13f9e Mon Sep 17 00:00:00 2001 From: Jiapeng Chong Date: Wed, 15 Oct 2025 09:50:14 +0800 Subject: [PATCH] x86: mshyperv: Remove duplicate asm/msr.h header ./arch/x86/kernel/cpu/mshyperv.c: asm/msr.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26164 Signed-off-by: Jiapeng Chong Signed-off-by: Wei Liu --- arch/x86/kernel/cpu/mshyperv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c index 80a641a6ac48b..6802d89ca7909 100644 --- a/arch/x86/kernel/cpu/mshyperv.c +++ b/arch/x86/kernel/cpu/mshyperv.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include -- 2.47.3