From: Tom Rini Date: Wed, 2 Jul 2025 01:05:49 +0000 (-0600) Subject: i2c: Add missing to iproc_i2c.c X-Git-Tag: v2025.10-rc1~45^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7def358efc00cccc2cf3f4829362ac06d79cf01d;p=thirdparty%2Fu-boot.git i2c: Add missing to iproc_i2c.c This driver makes delay function calls while relying on an indirection inclusion of . Add the missing include directly. Signed-off-by: Tom Rini --- diff --git a/drivers/i2c/iproc_i2c.c b/drivers/i2c/iproc_i2c.c index 6570f64fe77..8f94dfe117e 100644 --- a/drivers/i2c/iproc_i2c.c +++ b/drivers/i2c/iproc_i2c.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include "errno.h" #include