]> Git Repo - linux.git/commitdiff
x86/mm: Remove unnecessary include of <linux/extable.h>
authorSebastian Andrzej Siewior <[email protected]>
Fri, 20 Dec 2024 08:40:29 +0000 (09:40 +0100)
committerIngo Molnar <[email protected]>
Fri, 20 Dec 2024 09:26:27 +0000 (10:26 +0100)
The header file linux/extable.h is included for
search_exception_tables(). That function is no longer used since commit:

  c2508ec5a58db ("mm: introduce new 'lock_mm_and_find_vma()' page fault helper")

Remove it.

Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/mm/fault.c

index e6c469b323ccb748de22adc7d9f0a16dd195edad..ef12ff3db9039c2ae74435680114c65a4ccc8931 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/sched.h>               /* test_thread_flag(), ...      */
 #include <linux/sched/task_stack.h>    /* task_stack_*(), ...          */
 #include <linux/kdebug.h>              /* oops_begin/end, ...          */
-#include <linux/extable.h>             /* search_exception_tables      */
 #include <linux/memblock.h>            /* max_low_pfn                  */
 #include <linux/kfence.h>              /* kfence_handle_page_fault     */
 #include <linux/kprobes.h>             /* NOKPROBE_SYMBOL, ...         */
This page took 0.055261 seconds and 4 git commands to generate.