From 7def358efc00cccc2cf3f4829362ac06d79cf01d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 1 Jul 2025 19:05:49 -0600 Subject: [PATCH] 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 --- drivers/i2c/iproc_i2c.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2