
22 Oct
2024
22 Oct
'24
1:13 p.m.
On 10/3/24 23:28, Rasmus Villemoes wrote:
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: Stefan Roese sr@denx.de
Thanks, Stefan
boot/cedit.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/boot/cedit.c b/boot/cedit.c index c29a2be14ce..ff0efda3a7b 100644 --- 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,
Viele Grüße, Stefan Roese
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de