From d67bdaa7999944001391fc238f00dfbaf7e9929a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:48 -0700 Subject: common: Move trap_init() out of common.h Move this function into the init.h header file. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Daniel Schwierzeck --- arch/m68k/lib/traps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/m68k') diff --git a/arch/m68k/lib/traps.c b/arch/m68k/lib/traps.c index 5d80207745..2ccd55add0 100644 --- a/arch/m68k/lib/traps.c +++ b/arch/m68k/lib/traps.c @@ -8,6 +8,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3