aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mx6sabresd
diff options
context:
space:
mode:
authorDiego Dorta <diego.dorta@nxp.com>2017-09-27 13:12:40 -0300
committerStefano Babic <sbabic@denx.de>2017-10-12 17:31:16 +0200
commitadaf7c9f139fac3420a098bf08b5b1ce75559cb8 (patch)
tree7a94bbf3fadc5faf0b8a942e3c37783a3ed4046b /board/freescale/mx6sabresd
parent2dcff642ef75b39286df7adf6debdd13819ec2c9 (diff)
downloadu-boot-adaf7c9f139fac3420a098bf08b5b1ce75559cb8.zip
u-boot-adaf7c9f139fac3420a098bf08b5b1ce75559cb8.tar.gz
u-boot-adaf7c9f139fac3420a098bf08b5b1ce75559cb8.tar.bz2
mx6sabresd: Include <usb/ehci-ci.h> 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 <usb/ehci-ci.h>. Signed-off-by: Diego Dorta <diego.dorta@nxp.com>
Diffstat (limited to 'board/freescale/mx6sabresd')
-rw-r--r--board/freescale/mx6sabresd/mx6sabresd.c1
1 files changed, 1 insertions, 0 deletions
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 <power/pfuze100_pmic.h>
#include "../common/pfuze.h"
#include <usb.h>
+#include <usb/ehci-ci.h>
DECLARE_GLOBAL_DATA_PTR;