From: Rasmus Villemoes Date: Thu, 3 Oct 2024 21:27:59 +0000 (+0200) Subject: i2c: rzg2l: include u-boot/schedule.h X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=4da44fa6467da0372e42be4c7c84e863d9d44258;p=u-boot.git 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 Reviewed-by: Simon Glass Reviewed-by: Stefan Roese --- diff --git a/drivers/i2c/rz_riic.c b/drivers/i2c/rz_riic.c index 5f3f8d1b24..f292c82436 100644 --- a/drivers/i2c/rz_riic.c +++ b/drivers/i2c/rz_riic.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #define RIIC_ICCR1 0x00