mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
i2c: rzg2l: 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
ed8a807df8
commit
4da44fa646
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <reset.h>
|
||||
#include <u-boot/schedule.h>
|
||||
#include <wait_bit.h>
|
||||
|
||||
#define RIIC_ICCR1 0x00
|
||||
|
|
Loading…
Add table
Reference in a new issue