Commit 77c3a45a authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Wei Liu
Browse files

x86: mshyperv: Remove duplicate asm/msr.h header



./arch/x86/kernel/cpu/mshyperv.c: asm/msr.h is included more than once.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=26164


Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent 428ca2d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>