git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0bf85
)
gpio: pca953x: Add missing <asm/byteorder.h>
author
Tom Rini
<trini@konsulko.com>
Wed, 14 May 2025 18:39:35 +0000
(12:39 -0600)
committer
Tom Rini
<trini@konsulko.com>
Wed, 14 May 2025 18:39:35 +0000
(12:39 -0600)
This driver takes a long implicit include path to get this header which
it directly uses. Add it.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/gpio/pca953x.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/pca953x.c
b/drivers/gpio/pca953x.c
index
2fb1459
..
f0a79b9
100644
(file)
--- 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