From: Paul Gortmaker Date: Tue, 10 Jan 2017 19:13:29 +0000 (-0500) Subject: metag: migrate exception table users off module.h and onto extable.h X-Git-Tag: v4.11-rc1~134^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bb6bf7fdab5f9e190cca69ec9ddf9e916dc729d;p=thirdparty%2Fkernel%2Flinux.git metag: 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: James Hogan Signed-off-by: Paul Gortmaker --- diff --git a/arch/metag/mm/extable.c b/arch/metag/mm/extable.c index 2a21eaebe84d1..3aa90b78b43d4 100644 --- a/arch/metag/mm/extable.c +++ b/arch/metag/mm/extable.c @@ -1,5 +1,4 @@ - -#include +#include #include int fixup_exception(struct pt_regs *regs)