aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunliming <[email protected]>2022-05-25 09:28:27 +0800
committerSteven Rostedt (Google) <[email protected]>2022-05-26 21:13:01 -0400
commitfeccde2a49ff88e3e197adf1f16ea852dd05d059 (patch)
treec89cd55525ab09e3fb311120992be79d80614090
parent7d54c15cb89a29a5f59e5ffc9ee62e6591769ef1 (diff)
x86,tracing: Remove unused headers
Commit 4b9a8dca0e58 ("x86/idt: Remove the tracing IDT completely") removed the tracing IDT from the file arch/x86/kernel/tracepoint.c, but left the related headers unused, remove it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: sunliming <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
-rw-r--r--arch/x86/kernel/tracepoint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/tracepoint.c b/arch/x86/kernel/tracepoint.c
index fcfc077afe2d..f39aad69fb64 100644
--- a/arch/x86/kernel/tracepoint.c
+++ b/arch/x86/kernel/tracepoint.c
@@ -8,10 +8,7 @@
#include <linux/jump_label.h>
#include <linux/atomic.h>
-#include <asm/hw_irq.h>
-#include <asm/desc.h>
#include <asm/trace/exceptions.h>
-#include <asm/trace/irq_vectors.h>
DEFINE_STATIC_KEY_FALSE(trace_pagefault_key);