mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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 <trini@konsulko.com>
This commit is contained in:
parent
55717ca66f
commit
d0e1ee6590
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user