Skip to content
Snippets Groups Projects
Commit adf9bd3b authored by Diego Dorta's avatar Diego Dorta Committed by Stefano Babic
Browse files

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: default avatarDiego Dorta <diego.dorta@nxp.com>
parent c49fa34e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment