diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-12 18:47:45 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-27 21:15:14 -0400 |
commit | df720ac12fc76d235a1b0d7ebccd14b23085c24e (patch) | |
tree | 2c39bc592854e12a226ddd4692c2f2f670f77f41 /arch/x86/mm/fault.c | |
parent | 3be7988674ab33565700a37b210f502563d932e6 (diff) | |
download | linux-df720ac12fc76d235a1b0d7ebccd14b23085c24e.tar.bz2 |
exceptions: detritus removal
externs and defines for stuff that is never used
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/mm/fault.c')
-rw-r--r-- | arch/x86/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index dc8023060456..c0413d5541af 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fault.c @@ -5,7 +5,7 @@ */ #include <linux/sched.h> /* test_thread_flag(), ... */ #include <linux/kdebug.h> /* oops_begin/end, ... */ -#include <linux/module.h> /* search_exception_table */ +#include <linux/module.h> /* search_exception_tables */ #include <linux/bootmem.h> /* max_low_pfn */ #include <linux/kprobes.h> /* NOKPROBE_SYMBOL, ... */ #include <linux/mmiotrace.h> /* kmmio_handler, ... */ |