[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20260107082159.2150934-1-nichen@iscas.ac.cn>
Date: Wed, 7 Jan 2026 16:21:59 +0800
From: Chen Ni <nichen@...as.ac.cn>
To: peterz@...radead.org,
mingo@...hat.com,
acme@...nel.org,
namhyung@...nel.org,
mark.rutland@....com,
alexander.shishkin@...ux.intel.com,
jolsa@...nel.org,
irogers@...gle.com,
adrian.hunter@...el.com,
james.clark@...aro.org,
tglx@...utronix.de,
bp@...en8.de,
dave.hansen@...ux.intel.com,
x86@...nel.org,
hpa@...or.com
Cc: linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chen Ni <nichen@...as.ac.cn>
Subject: [PATCH] perf/x86/core: Remove duplicate include
Remove duplicate inclusion of linux/kvm_types.h.
Signed-off-by: Chen Ni <nichen@...as.ac.cn>
---
arch/x86/events/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/events/core.c b/arch/x86/events/core.c
index 0ecac9495d74..c182a47f0f38 100644
--- a/arch/x86/events/core.c
+++ b/arch/x86/events/core.c
@@ -30,7 +30,6 @@
#include <linux/device.h>
#include <linux/nospec.h>
#include <linux/static_call.h>
-#include <linux/kvm_types.h>
#include <asm/apic.h>
#include <asm/stacktrace.h>
--
2.25.1
Powered by blists - more mailing lists