]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
parisc: Migrate exception table users off module.h and onto extable.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 19 Sep 2016 22:04:51 +0000 (18:04 -0400)
committerHelge Deller <deller@gmx.de>
Sat, 8 Oct 2016 14:28:47 +0000 (16:28 +0200)
commita38671d65dce25d2390338fe9d272de6302334db
tree2d03e4a665b4e4a72e2f14d19d50fe9c0fae22ce
parentb66484cd74706fa8681d051840fe4b18a3da40ff
parisc: Migrate exception table users off module.h and onto extable.h

This file was 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 this file.

Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-parisc@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/mm/fault.c