projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d4db2
)
mx7dsabresd: Include USB header
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sun, 13 Sep 2015 16:06:44 +0000
(13:06 -0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/board/freescale/mx7dsabresd/mx7dsabresd.c
b/board/freescale/mx7dsabresd/mx7dsabresd.c
index 15a1daf28ef20212ccf4161447443fb7be114e3e..d7e4589cff0e7fb79c60d899b90b620079f14f92 100644
(file)
--- a/
board/freescale/mx7dsabresd/mx7dsabresd.c
+++ b/
board/freescale/mx7dsabresd/mx7dsabresd.c
@@
-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;