From: Diego Dorta Date: Wed, 27 Sep 2017 16:12:40 +0000 (-0300) Subject: mx6sabresd: Include header file X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=19cdefc994a2483bff4fbeeb232b68a84ab2171e;p=bsp%2Fu-boot.git mx6sabresd: Include header file When compiling with W=1 the following warning is observed: board/freescale/mx6sabresd/mx6sabresd.c:586:5: warning: no previous prototype for ‘board_ehci_hcd_init’ [-Wmissing-prototypes] int board_ehci_hcd_init(int port) Remove this warning by including . Signed-off-by: Diego Dorta (cherry picked from commit c5ce67d184aa7ab3992fd3a96bca9f0a21dc6729) --- diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c index 15268f8062..878e1e7c0b 100644 --- a/board/freescale/mx6sabresd/mx6sabresd.c +++ b/board/freescale/mx6sabresd/mx6sabresd.c @@ -31,6 +31,7 @@ #include #include "../common/pfuze.h" #include +#include DECLARE_GLOBAL_DATA_PTR;