Skip to content

Commit aa135d1

Browse files
Sebastian Andrzej SiewiorIngo Molnar
authored andcommitted
x86/mm: Remove unnecessary include of <linux/extable.h>
The header file linux/extable.h is included for search_exception_tables(). That function is no longer used since commit: c2508ec ("mm: introduce new 'lock_mm_and_find_vma()' page fault helper") Remove it. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20241220084029.473617-1-bigeasy@linutronix.de
1 parent 60675d4 commit aa135d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/mm/fault.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <linux/sched.h> /* test_thread_flag(), ... */
88
#include <linux/sched/task_stack.h> /* task_stack_*(), ... */
99
#include <linux/kdebug.h> /* oops_begin/end, ... */
10-
#include <linux/extable.h> /* search_exception_tables */
1110
#include <linux/memblock.h> /* max_low_pfn */
1211
#include <linux/kfence.h> /* kfence_handle_page_fault */
1312
#include <linux/kprobes.h> /* NOKPROBE_SYMBOL, ... */

0 commit comments

Comments
 (0)