* [PATCH] xtensa: migrate exception table users off module.h and onto extable.h
@ 2016-09-19 22:02 Paul Gortmaker
0 siblings, 0 replies; only message in thread
From: Paul Gortmaker @ 2016-09-19 22:02 UTC (permalink / raw)
To: linux-kernel; +Cc: Paul Gortmaker, Chris Zankel, Max Filippov, linux-xtensa
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: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-xtensa@linux-xtensa.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
[see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed]
arch/xtensa/mm/fault.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/xtensa/mm/fault.c b/arch/xtensa/mm/fault.c
index 2725e08ef353..a14df5aa98c8 100644
--- a/arch/xtensa/mm/fault.c
+++ b/arch/xtensa/mm/fault.c
@@ -13,7 +13,7 @@
*/
#include <linux/mm.h>
-#include <linux/module.h>
+#include <linux/extable.h>
#include <linux/hardirq.h>
#include <linux/perf_event.h>
#include <linux/uaccess.h>
--
2.8.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-19 22:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19 22:02 [PATCH] xtensa: migrate exception table users off module.h and onto extable.h Paul Gortmaker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome