summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-05-14 16:46:02 -0600
committerTom Rini <[email protected]>2025-05-29 08:29:16 -0600
commitd0e1ee6590420ec13cfe3fa373679054ac08a184 (patch)
treed5ebf0754a6ad4fdf2120693c743f2ad77d7ad84 /drivers
parent55717ca66f10bd8c1c05cd8053fee233d869e7e5 (diff)
gpio: pca953x: Add missing <asm/byteorder.h>
This driver takes a long implicit include path to get this header which it directly uses. Add it. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/pca953x.c1
1 files changed, 1 insertions, 0 deletions
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 <i2c.h>
#include <pca953x.h>
#include <vsprintf.h>
+#include <asm/byteorder.h>
/* Default to an address that hopefully won't corrupt other i2c devices */
#ifndef CFG_SYS_I2C_PCA953X_ADDR