* [PATCH] KVM: x86: Fix warnings in reverse_cpuid.h
[not found] <tencent_DBF42EC58C9AC22E9F96E4F5FCB76FEBB009@qq.com>
@ 2023-07-12 8:13 ` shijie001
0 siblings, 0 replies; only message in thread
From: shijie001 @ 2023-07-12 8:13 UTC (permalink / raw)
To: tglx, mingo, bp, dave.hansen, x86; +Cc: hpa, kvm, linux-kernel
The following checkpatch warning is removed:
WARNING: Use #include <linux/cpufeature.h> instead of <asm/cpufeature.h>
Signed-off-by: Jie Shi <shijie001@208suo.com>
---
arch/x86/kvm/reverse_cpuid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kvm/reverse_cpuid.h b/arch/x86/kvm/reverse_cpuid.h
index 56cbdb24400a..07a0fff2b27e 100644
--- a/arch/x86/kvm/reverse_cpuid.h
+++ b/arch/x86/kvm/reverse_cpuid.h
@@ -3,7 +3,7 @@
#define ARCH_X86_KVM_REVERSE_CPUID_H
#include <uapi/asm/kvm.h>
-#include <asm/cpufeature.h>
+#include <linux/cpufeature.h>
#include <asm/cpufeatures.h>
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-12 8:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <tencent_DBF42EC58C9AC22E9F96E4F5FCB76FEBB009@qq.com>
2023-07-12 8:13 ` [PATCH] KVM: x86: Fix warnings in reverse_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®