aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-12-21 12:25:29 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:40 +0100
commitf227bb81412f069637ea3d2ac495ffbad9895eba (patch)
treee1212d14545bd208affd5014e665b862d710de26 /arch
parente0be231c713f13cd5c9a5dd0fb504677f78c46fa (diff)
downloadtip-f227bb81412f069637ea3d2ac495ffbad9895eba.tar.gz
headers/deps: perf: Optimize <linux/perf_event.h> dependencies, remove <linux/perf_event_api.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <linux/perf_event.h> | LOC: 17,612 | headers: 387 after: | #include <linux/perf_event.h> | LOC: 9,372 | headers: 270 Fix up dangling dependencies. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/trace/irq_vectors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/trace/irq_vectors.h b/arch/x86/include/asm/trace/irq_vectors.h
index d09747c82c01aa..da1a1b9bae74d5 100644
--- a/arch/x86/include/asm/trace/irq_vectors.h
+++ b/arch/x86/include/asm/trace/irq_vectors.h
@@ -5,7 +5,7 @@
#if !defined(_TRACE_IRQ_VECTORS_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_IRQ_VECTORS_H
-#include <linux/perf_event.h>
+#include <linux/perf_event_api.h>
#include <linux/tracepoint.h>
#include <asm/trace/common.h>