]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mx7dsabresd: Include USB header
authorFabio Estevam <fabio.estevam@freescale.com>
Sun, 13 Sep 2015 16:06:44 +0000 (13:06 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 20 Sep 2015 07:47:59 +0000 (09:47 +0200)
Include <usb/ehci-fsl.h> 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 <fabio.estevam@freescale.com>
board/freescale/mx7dsabresd/mx7dsabresd.c

index 15a1daf28ef20212ccf4161447443fb7be114e3e..d7e4589cff0e7fb79c60d899b90b620079f14f92 100644 (file)
@@ -24,6 +24,7 @@
 #include <i2c.h>
 #include <asm/imx-common/mxc_i2c.h>
 #include <asm/arch/crm_regs.h>
+#include <usb/ehci-fsl.h>
 
 DECLARE_GLOBAL_DATA_PTR;