From a21aed059761d67066d71a09b2dfb9387fdcfcbd Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 3 Oct 2024 23:28:01 +0200 Subject: [PATCH] boot: cedit: include u-boot/schedule.h This TU currently relies on getting a declaration of schedule() through some nested include. Include the proper header directly. Signed-off-by: Rasmus Villemoes Reviewed-by: Simon Glass Reviewed-by: Stefan Roese --- boot/cedit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/cedit.c b/boot/cedit.c index d12892fbc4..d69290c172 100644 --- a/boot/cedit.c +++ b/boot/cedit.c @@ -20,6 +20,7 @@ #include #include #include "scene_internal.h" +#include enum { CMOS_MAX_BITS = 2048, -- 2.39.5