From: Paul Gortmaker Date: Tue, 10 Jan 2017 14:51:08 +0000 (-0500) Subject: nios2: migrate exception table users off module.h and onto extable.h X-Git-Tag: v4.11-rc1~134^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e227e88187f871fcdc1e69cd7b56fd9a5a41ca5;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: Ley Foon Tan Reviewed-by: Tobias Klauser Cc: nios2-dev@lists.rocketboards.org Signed-off-by: Paul Gortmaker --- diff --git a/arch/nios2/mm/extable.c b/arch/nios2/mm/extable.c index 4d2fc5a589d09..2574dba0407d0 100644 --- a/arch/nios2/mm/extable.c +++ b/arch/nios2/mm/extable.c @@ -8,7 +8,7 @@ * for more details. */ -#include +#include #include int fixup_exception(struct pt_regs *regs) diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c index affc4eb3f89ef..e7a14e1e0d6b6 100644 --- a/arch/nios2/mm/fault.c +++ b/arch/nios2/mm/fault.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include