Skip to content

Commit 20eb488

Browse files
sunlimingIngo Molnar
authored andcommitted
x86/idt: Remove unused headers
Commit: 4b9a8dc ("x86/idt: Remove the tracing IDT completely") removed the 'tracing IDT' from arch/x86/kernel/tracepoint.c, but left related headers included - remove them. [ mingo: Tweak changelog. ] Signed-off-by: sunliming <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0ecfacb commit 20eb488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)