From: Paul Gortmaker Date: Sat, 23 Jul 2016 18:01:45 +0000 (-0400) Subject: xtensa: migrate exception table users off module.h and onto extable.h X-Git-Tag: v4.14-rc1~1473^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cc306ea5cda3bf75c590140703c792a7cfe1be6;p=platform%2Fkernel%2Flinux-rpi.git xtensa: 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: Chris Zankel Cc: Max Filippov Cc: linux-xtensa@linux-xtensa.org Signed-off-by: Paul Gortmaker --- diff --git a/arch/xtensa/mm/fault.c b/arch/xtensa/mm/fault.c index 2725e08..a14df5a 100644 --- a/arch/xtensa/mm/fault.c +++ b/arch/xtensa/mm/fault.c @@ -13,7 +13,7 @@ */ #include -#include +#include #include #include #include