Re: [PATCH 12/13] boot: cedit: include u-boot/schedule.h

2024-10-22 Thread Stefan Roese
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 Reviewed-by: Stefan Roese Thanks, Stefan --- boot/cedit.c | 1 + 1 file changed, 1

Re: [PATCH 12/13] boot: cedit: include u-boot/schedule.h

2024-10-08 Thread Simon Glass
On Thu, 3 Oct 2024 at 15:30, 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 > --- > boot/cedit.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed

[PATCH 12/13] boot: cedit: include u-boot/schedule.h

2024-10-03 Thread Rasmus Villemoes
This TU currently relies on getting a declaration of schedule() through some nested include. Include the proper header directly. Signed-off-by: Rasmus Villemoes --- boot/cedit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/cedit.c b/boot/cedit.c index c29a2be14ce..ff0efda3a7b 100644