summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2025-10-15 09:50:14 +0800
committerWei Liu <wei.liu@kernel.org>2025-11-15 06:18:16 +0000
commit77c3a45a0f4866d4c36246abdf9633d3bde13f9e (patch)
tree3ec494bbe1188ff324a79b9b4d4416e375c1531b
parent428ca2d4c6aa4124fb91580e5918f012d32ad4c4 (diff)
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 <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26164 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Wei Liu <wei.liu@kernel.org>
-rw-r--r--arch/x86/kernel/cpu/mshyperv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index 80a641a6ac48..6802d89ca790 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -31,7 +31,6 @@
#include <asm/msr.h>
#include <asm/nmi.h>
#include <clocksource/hyperv_timer.h>
-#include <asm/msr.h>
#include <asm/numa.h>
#include <asm/svm.h>