summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/module.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-08-15 19:11:52 -0400
committerRalf Baechle <ralf@linux-mips.org>2016-10-04 16:13:57 +0200
commit9f3b8081a4763022ccfabaffc485094be0064fa4 (patch)
treeec55a78b7f5effafcf9160a410f92f3dbf0d0989 /arch/mips/kernel/module.c
parent6f42e0e384d64b5cd308fa319c6c57044f144eca (diff)
downloadop-kernel-dev-9f3b8081a4763022ccfabaffc485094be0064fa4.zip
op-kernel-dev-9f3b8081a4763022ccfabaffc485094be0064fa4.tar.gz
MIPS: 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. In the case of traps.c we can't dump the module.h include since it is also used to provide "print_modules". Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/13934/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/module.c')
-rw-r--r--arch/mips/kernel/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/module.c b/arch/mips/kernel/module.c
index 79850e3..94627a3 100644
--- a/arch/mips/kernel/module.c
+++ b/arch/mips/kernel/module.c
@@ -20,6 +20,7 @@
#undef DEBUG
+#include <linux/extable.h>
#include <linux/moduleloader.h>
#include <linux/elf.h>
#include <linux/mm.h>
OpenPOWER on IntegriCloud