From: Paul Gortmaker Date: Mon, 23 Jan 2017 04:43:49 +0000 (-0500) Subject: cris: migrate exception table users off module.h and onto extable.h X-Git-Tag: Ubuntu-5.13.0-19.19~14034^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9ae8282d7f194e7e5fff30c82133dbb85923255d;p=mirror_ubuntu-jammy-kernel.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. Reported-by: kbuild test robot Cc: Mikael Starvik Cc: Jesper Nilsson Cc: linux-cris-kernel@axis.com Signed-off-by: Paul Gortmaker --- diff --git a/arch/cris/arch-v32/kernel/traps.c b/arch/cris/arch-v32/kernel/traps.c index d79666aefd71..ad6174e217c9 100644 --- a/arch/cris/arch-v32/kernel/traps.c +++ b/arch/cris/arch-v32/kernel/traps.c @@ -3,7 +3,7 @@ */ #include -#include +#include #include #include #include