From: Fabio Estevam Date: Sun, 13 Sep 2015 16:06:44 +0000 (-0300) Subject: mx7dsabresd: Include USB header X-Git-Tag: v2015.10-rc4~20^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0df2f01d42409da80799a0dbe6f08c673c13f93d;p=platform%2Fkernel%2Fu-boot.git mx7dsabresd: Include USB header Include in order to fix the following sparse warning: board/freescale/mx7dsabresd/mx7dsabresd.c:538:5: warning: symbol 'board_ehci_hcd_init' was not declared. Should it be static? Signed-off-by: Fabio Estevam --- diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index 15a1daf..d7e4589 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -24,6 +24,7 @@ #include #include #include +#include DECLARE_GLOBAL_DATA_PTR;