From: Tom Rini Date: Wed, 14 May 2025 18:39:35 +0000 (-0600) Subject: gpio: pca953x: Add missing X-Git-Tag: v2025.10-rc1~118^2~64^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97cfef5d9711d567bc86a7bd23a51776568c8d2;p=thirdparty%2Fu-boot.git gpio: pca953x: Add missing This driver takes a long implicit include path to get this header which it directly uses. Add it. Signed-off-by: Tom Rini --- diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index 2fb14590c0f..f0a79b92b02 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c @@ -13,6 +13,7 @@ #include #include #include +#include /* Default to an address that hopefully won't corrupt other i2c devices */ #ifndef CFG_SYS_I2C_PCA953X_ADDR