mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
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 <ravi@prevas.dk> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
02e352f0da
commit
a21aed0597
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue