From: Diego Dorta Date: Wed, 27 Sep 2017 16:12:38 +0000 (-0300) Subject: mx6sabresd: Include header file X-Git-Tag: v2017.11-rc2~57^2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=adf9bd3b23667e4fc1abd8810222ca9823ef7732;p=u-boot mx6sabresd: Include 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 . Signed-off-by: Diego Dorta --- diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c index 6cc228ab46..15268f8062 100644 --- a/board/freescale/mx6sabresd/mx6sabresd.c +++ b/board/freescale/mx6sabresd/mx6sabresd.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include