* [PATCH] KVM: x86:Fix warning in cpuid.h
[not found] <tencent_338AFC84BFDBAD16D6D1E5B0D16558DE5306@qq.com>
@ 2023-07-12 3:27 ` shijie001
0 siblings, 0 replies; only message in thread
From: shijie001 @ 2023-07-12 3:27 UTC (permalink / raw)
To: tglx, mingo, bp, dave.hansen; +Cc: hpa, kvm, linux-kernel
The following checkpatch warning is removed:
WARNING: Use #include <linux/processor.h> instead of <asm/processor.h>
Signed-off-by: Jie Shi <shijie001@208suo.com>
---
arch/x86/kvm/cpuid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kvm/cpuid.h b/arch/x86/kvm/cpuid.h
index b1658c0de847..65188baf00be 100644
--- a/arch/x86/kvm/cpuid.h
+++ b/arch/x86/kvm/cpuid.h
@@ -5,7 +5,7 @@
#include "x86.h"
#include "reverse_cpuid.h"
#include <asm/cpu.h>
-#include <asm/processor.h>
+#include <linux/processor.h>
#include <uapi/asm/kvm_para.h>
extern u32 kvm_cpu_caps[NR_KVM_CPU_CAPS] __read_mostly;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-12 3:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <tencent_338AFC84BFDBAD16D6D1E5B0D16558DE5306@qq.com>
2023-07-12 3:27 ` [PATCH] KVM: x86:Fix warning in cpuid.h shijie001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®