Skip to content

Commit feccde2

Browse files
sunlimingrostedt
authored andcommitted
x86,tracing: Remove unused headers
Commit 4b9a8dc ("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/20220525012827.93464-1-sunliming@kylinos.cn Signed-off-by: sunliming <sunliming@kylinos.cn> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 7d54c15 commit feccde2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/x86/kernel/tracepoint.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
#include <linux/jump_label.h>
99
#include <linux/atomic.h>
1010

11-
#include <asm/hw_irq.h>
12-
#include <asm/desc.h>
1311
#include <asm/trace/exceptions.h>
14-
#include <asm/trace/irq_vectors.h>
1512

1613
DEFINE_STATIC_KEY_FALSE(trace_pagefault_key);
1714

0 commit comments

Comments
 (0)