commit | de4c661a36ef084622d28e0ce7da61c6b4b9f587 | [log] [tgz] |
---|---|---|
author | Diego Dorta <diego.dorta@nxp.com> | Wed Sep 27 13:12:40 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:31:16 2017 +0200 |
tree | 7a94bbf3fadc5faf0b8a942e3c37783a3ed4046b | |
parent | f95e4fe9f1f7c3100b11e97fd5f142cfe8bb299b [diff] |
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>