From b8aa55cb6414e512cce30bb7db3268eea934466d Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Tue, 13 Mar 2018 13:57:04 +0100 Subject: common: move init_helpers.h prototypes in init.h Merge init_helpers.h in the new file init.h with only prototypes for init_cache_f_r used in common/board_f.c Signed-off-by: Patrick Delaunay --- arch/x86/lib/spl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/lib') diff --git a/arch/x86/lib/spl.c b/arch/x86/lib/spl.c index 832a5d7c0e..7c32245a09 100644 --- a/arch/x86/lib/spl.c +++ b/arch/x86/lib/spl.c @@ -6,7 +6,6 @@ #include #include -#include #include #include #include -- cgit