From: Paul Gortmaker Date: Mon, 19 Sep 2016 21:01:38 +0000 (-0400) Subject: m68k: Migrate exception table users off module.h and onto extable.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6736e65effc3a5a866cf8a03cda9ad277b712d3f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git m68k: 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. Signed-off-by: Paul Gortmaker Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/kernel/signal.c b/arch/m68k/kernel/signal.c index 2dcee3a88867..db775322b485 100644 --- a/arch/m68k/kernel/signal.c +++ b/arch/m68k/kernel/signal.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include