From: Paul Gortmaker Date: Fri, 23 Sep 2016 13:33:38 +0000 (+0200) Subject: cris: migrate exception table users off module.h and onto extable.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=887358f91a3c26f746d419fd6e22277b8f8e50cf;p=linux-beck.git cris: 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: Mikael Starvik Cc: Jesper Nilsson Cc: linux-cris-kernel@axis.com Signed-off-by: Paul Gortmaker Signed-off-by: Jesper Nilsson --- diff --git a/arch/cris/mm/fault.c b/arch/cris/mm/fault.c index 112ef26c7f2e..94183d3639ef 100644 --- a/arch/cris/mm/fault.c +++ b/arch/cris/mm/fault.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include #include