projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e352f
)
boot: cedit: include u-boot/schedule.h
author
Rasmus Villemoes
<ravi@prevas.dk>
Thu, 3 Oct 2024 21:28:01 +0000
(23:28 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/boot/cedit.c
b/boot/cedit.c
index d12892fbc4a1f04330c5bd5c04b96be821775057..d69290c172e7697fbd744b9380fa33c3b0b12213 100644
(file)
--- a/
boot/cedit.c
+++ b/
boot/cedit.c
@@
-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,