mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
ddr: altera: include u-boot/schedule.h
These TUs currently rely 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
4da44fa646
commit
02e352f0da
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <u-boot/schedule.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include <asm/io.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <u-boot/schedule.h>
|
||||
|
||||
#define PGTABLE_OFF 0x4000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue