summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-01-10 14:13:29 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2017-01-26 10:58:20 -0500
commit1e8fb9c3684e1315ae0458d606316438c73fe2f7 (patch)
tree695c4f45140b7c38aaaafb16b71e9571c7e477cc /arch/hexagon
parenta75f3108f5181e30f45b5a443dd1a66bc80498be (diff)
downloadlinux-1e8fb9c3684e1315ae0458d606316438c73fe2f7.tar.gz
linux-1e8fb9c3684e1315ae0458d606316438c73fe2f7.tar.xz
hexagon: 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: Richard Kuo <rkuo@codeaurora.org> Cc: linux-hexagon@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/hexagon')
-rw-r--r--arch/hexagon/mm/vm_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/mm/vm_fault.c b/arch/hexagon/mm/vm_fault.c
index de863d6d802b..489875fd2be4 100644
--- a/arch/hexagon/mm/vm_fault.c
+++ b/arch/hexagon/mm/vm_fault.c
@@ -29,7 +29,7 @@
#include <linux/uaccess.h>
#include <linux/mm.h>
#include <linux/signal.h>
-#include <linux/module.h>
+#include <linux/extable.h>
#include <linux/hardirq.h>
/*