commit | 5433ebb9809d12c3ed88a76223268910bdf39910 | [log] [tgz] |
---|---|---|
author | Diego Dorta <diego.dorta@nxp.com> | Wed Sep 27 13:12:38 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:31:16 2017 +0200 |
tree | e0cf52f5a1109b663102a487b8caef47749a6d50 | |
parent | 3a5bf53462585a0fd6d75fb6b25689f642b5ccc3 [diff] |
mx6sabresd: Include <asm/mach-imx/spi.h> header file When compiling with W=1 the following warning is observed: board/freescale/mx6sabresd/mx6sabresd.c:680:5: warning: no previous prototype for ‘board_spi_cs_gpio’ [-Wmissing-prototypes] int board_spi_cs_gpio(unsigned bus, unsigned cs) Remove this warning by including <asm/mach-imx/spi.h>. Signed-off-by: Diego Dorta <diego.dorta@nxp.com>