]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
alpha: migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 23 Jul 2016 18:01:45 +0000 (14:01 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 24 Jan 2017 17:41:46 +0000 (12:41 -0500)
commit9c14f8353e4c3cc73c9d8005fe4cfa83ee37e109
tree848f928211c926c0896bd9ffd0a017acebd88104
parent0ea9365a51f9993d4b62fe10e523988d3feb4ad7
alpha: 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.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Cc: linux-alpha@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/alpha/kernel/traps.c
arch/alpha/mm/fault.c