]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 19 Sep 2016 21:04:18 +0000 (17:04 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 19 Sep 2016 23:05:43 +0000 (01:05 +0200)
commit055a1038e7ab2f3132abb1b3e3619e5d62a81454
tree25d6824c856f9972b2160eaf51fd1e08e84f857e
parentb1f2102ed94f8fda5e7181ee039fd8ca2b5cdd64
x86: Migrate exception table users off module.h and onto extable.h

These files were only including module.h for exception table related
functions.  We've now separated that content out into its own file
"extable.h" so now move over to that and avoid all the extra header content
in module.h that we don't really need to compile these files.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Link: http://lkml.kernel.org/r/20160919210418.30243-1-paul.gortmaker@windriver.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/kprobes/core.c
arch/x86/kernel/kprobes/opt.c
arch/x86/mm/extable.c
arch/x86/mm/fault.c