From: Paul Gortmaker Date: Sat, 23 Jul 2016 18:01:45 +0000 (-0400) Subject: m32r: migrate exception table users off module.h and onto extable.h X-Git-Tag: v4.11-rc1~134^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae26cdae4f00995d01291a9829f57d205a04b6b7;p=thirdparty%2Fkernel%2Flinux.git m32r: 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. Cc: Sudip Mukherjee Acked-by: Sudip Mukherjee Signed-off-by: Paul Gortmaker --- diff --git a/arch/m32r/mm/extable.c b/arch/m32r/mm/extable.c index 40ccf80d29cf5..8ac8ba6ef60c4 100644 --- a/arch/m32r/mm/extable.c +++ b/arch/m32r/mm/extable.c @@ -2,7 +2,7 @@ * linux/arch/m32r/mm/extable.c */ -#include +#include #include int fixup_exception(struct pt_regs *regs) diff --git a/arch/m32r/mm/fault.c b/arch/m32r/mm/fault.c index a3785d3644c23..a05dc31845940 100644 --- a/arch/m32r/mm/fault.c +++ b/arch/m32r/mm/fault.c @@ -23,7 +23,7 @@ #include #include /* For unblank_screen() */ #include -#include +#include #include #include