]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: cedit: include u-boot/schedule.h
authorRasmus Villemoes <ravi@prevas.dk>
Thu, 3 Oct 2024 21:28:01 +0000 (23:28 +0200)
committerStefan Roese <sr@denx.de>
Wed, 23 Oct 2024 04:52:38 +0000 (06:52 +0200)
This TU currently relies on getting a declaration of schedule()
through some nested include. Include the proper header directly.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
boot/cedit.c

index d12892fbc4a1f04330c5bd5c04b96be821775057..d69290c172e7697fbd744b9380fa33c3b0b12213 100644 (file)
@@ -20,6 +20,7 @@
 #include <video.h>
 #include <linux/delay.h>
 #include "scene_internal.h"
+#include <u-boot/schedule.h>
 
 enum {
        CMOS_MAX_BITS   = 2048,