[PATCH] mn10300: migrate exception table users off module.h and onto extable.h

2016-09-19 Thread Paul Gortmaker
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.

Cc: David Howells 
Cc: linux-am33-l...@redhat.com
Signed-off-by: Paul Gortmaker 
---

[see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed]

 arch/mn10300/mm/extable.c  | 2 +-
 arch/mn10300/mm/misalignment.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mn10300/mm/extable.c b/arch/mn10300/mm/extable.c
index 25e5485ab87d..4e1ed349398c 100644
--- a/arch/mn10300/mm/extable.c
+++ b/arch/mn10300/mm/extable.c
@@ -8,7 +8,7 @@
  * as published by the Free Software Foundation; either version
  * 2 of the Licence, or (at your option) any later version.
  */
-#include 
+#include 
 #include 
 #include 
 
diff --git a/arch/mn10300/mm/misalignment.c b/arch/mn10300/mm/misalignment.c
index b9920b1edd5a..b7e03d055bc6 100644
--- a/arch/mn10300/mm/misalignment.c
+++ b/arch/mn10300/mm/misalignment.c
@@ -8,7 +8,7 @@
  * as published by the Free Software Foundation; either version
  * 2 of the Licence, or (at your option) any later version.
  */
-#include 
+#include 
 #include 
 #include 
 #include 
-- 
2.8.4



[PATCH] mn10300: migrate exception table users off module.h and onto extable.h

2016-09-19 Thread Paul Gortmaker
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.

Cc: David Howells 
Cc: linux-am33-l...@redhat.com
Signed-off-by: Paul Gortmaker 
---

[see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed]

 arch/mn10300/mm/extable.c  | 2 +-
 arch/mn10300/mm/misalignment.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mn10300/mm/extable.c b/arch/mn10300/mm/extable.c
index 25e5485ab87d..4e1ed349398c 100644
--- a/arch/mn10300/mm/extable.c
+++ b/arch/mn10300/mm/extable.c
@@ -8,7 +8,7 @@
  * as published by the Free Software Foundation; either version
  * 2 of the Licence, or (at your option) any later version.
  */
-#include 
+#include 
 #include 
 #include 
 
diff --git a/arch/mn10300/mm/misalignment.c b/arch/mn10300/mm/misalignment.c
index b9920b1edd5a..b7e03d055bc6 100644
--- a/arch/mn10300/mm/misalignment.c
+++ b/arch/mn10300/mm/misalignment.c
@@ -8,7 +8,7 @@
  * as published by the Free Software Foundation; either version
  * 2 of the Licence, or (at your option) any later version.
  */
-#include 
+#include 
 #include 
 #include 
 #include 
-- 
2.8.4