From: Diego Dorta Date: Wed, 27 Sep 2017 16:12:40 +0000 (-0300) Subject: mx6sabresd: Include header file X-Git-Tag: v2017.11-rc2~57^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=adaf7c9f139fac3420a098bf08b5b1ce75559cb8;p=platform%2Fkernel%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 --- diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c index 15268f8..878e1e7 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;