From: Diego Dorta Date: Wed, 27 Sep 2017 16:12:38 +0000 (-0300) Subject: mx6sabresd: Include header file X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23e7d7d1c62a2a47aa1bc483a7a43a309048617e;p=bsp%2Fu-boot.git 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 (cherry picked from commit 3523215a455b719c59ef745c007577ad177846bf) --- 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