diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2014-09-30 15:40:03 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-21 10:47:14 +0200 |
commit | 3acb011c3c2c26cb6a6ee1b1d61ab8992b4f140b (patch) | |
tree | 44d4b90df1b03750654c6bd97778ff2cddda143c /board/genesi/mx51_efikamx | |
parent | f6d48b29cbf5950187e42cb3c108ea5d9c7adaa9 (diff) |
ARM: i.MX: provide declaration for board_spi_cs_gpio
Provide a public declaration of the board_spi_cs_gpio()
callback for i.MX SPI chip selects to prevent the warning
"Should it be static?" when compiling with "make C=1".
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'board/genesi/mx51_efikamx')
-rw-r--r-- | board/genesi/mx51_efikamx/efikamx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/genesi/mx51_efikamx/efikamx.c b/board/genesi/mx51_efikamx/efikamx.c index 137e4ed6610..6ba55cd08a8 100644 --- a/board/genesi/mx51_efikamx/efikamx.c +++ b/board/genesi/mx51_efikamx/efikamx.c @@ -14,6 +14,7 @@ #include <asm/arch/sys_proto.h> #include <asm/arch/crm_regs.h> #include <asm/arch/clock.h> +#include <asm/imx-common/spi.h> #include <i2c.h> #include <mmc.h> #include <fsl_esdhc.h> |