diff options
| author | Rasmus Villemoes <[email protected]> | 2024-10-03 23:27:59 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2024-10-23 06:52:38 +0200 |
| commit | 4da44fa6467da0372e42be4c7c84e863d9d44258 (patch) | |
| tree | b74553dda4b7f0ee0a574abdd68dc8547fcae2bb /drivers | |
| parent | ed8a807df87eae2f3c1a41f9b2d4b3e0191648db (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/i2c/rz_riic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/rz_riic.c b/drivers/i2c/rz_riic.c index 5f3f8d1b24b..f292c824362 100644 --- a/drivers/i2c/rz_riic.c +++ b/drivers/i2c/rz_riic.c @@ -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 |
