aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/mm/fault.c
diff options
context:
space:
mode:
authorPaul Gortmaker <[email protected]>2017-01-10 09:51:08 -0500
committerPaul Gortmaker <[email protected]>2017-01-26 10:58:14 -0500
commit7e227e88187f871fcdc1e69cd7b56fd9a5a41ca5 (patch)
treedb4ce88867251a72136856ad38deca6f27c7f72a /arch/nios2/mm/fault.c
parent5437344c2bb81fdb8a5074f15899788eed537655 (diff)
nios2: 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. Reported-by: kbuild test robot <[email protected]> Cc: Ley Foon Tan <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Cc: [email protected] Signed-off-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'arch/nios2/mm/fault.c')
-rw-r--r--arch/nios2/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c
index affc4eb3f89e..e7a14e1e0d6b 100644
--- a/arch/nios2/mm/fault.c
+++ b/arch/nios2/mm/fault.c
@@ -21,7 +21,7 @@
#include <linux/ptrace.h>
#include <linux/mman.h>
#include <linux/mm.h>
-#include <linux/module.h>
+#include <linux/extable.h>
#include <linux/uaccess.h>
#include <linux/ptrace.h>