From 0df2f01d42409da80799a0dbe6f08c673c13f93d Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sun, 13 Sep 2015 13:06:44 -0300 Subject: 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; -- cgit v0.10.2