Skip to content

Commit 20eb488

Browse files
sunlimingingomolnar
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 <sunliming@kylinos.cn> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20220525012827.93464-1-sunliming@kylinos.cn
1 parent 0ecfacb commit 20eb488

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)