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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jiapeng Chong and committed by
Wei Liu
77c3a45a 428ca2d4

-1
-1
arch/x86/kernel/cpu/mshyperv.c
··· 31 31 #include <asm/msr.h> 32 32 #include <asm/nmi.h> 33 33 #include <clocksource/hyperv_timer.h> 34 - #include <asm/msr.h> 35 34 #include <asm/numa.h> 36 35 #include <asm/svm.h> 37 36