From 6bb6bf7fdab5f9e190cca69ec9ddf9e916dc729d Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Tue, 10 Jan 2017 14:13:29 -0500 Subject: 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 --- arch/metag/mm/extable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/metag') diff --git a/arch/metag/mm/extable.c b/arch/metag/mm/extable.c index 2a21eaebe84d..3aa90b78b43d 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) -- cgit v1.2.3