]> git.baikalelectronics.ru Git - uboot.git/commit
mx6sabresd: Include <usb/ehci-ci.h> header file
authorDiego Dorta <diego.dorta@nxp.com>
Wed, 27 Sep 2017 16:12:40 +0000 (13:12 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 12 Oct 2017 15:31:16 +0000 (17:31 +0200)
commitf7f576d0fbed6d91d79300a04266726a3f25b5b9
tree7a94bbf3fadc5faf0b8a942e3c37783a3ed4046b
parenta22678316514ad78773ed8c1e20566f375a51b3a
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>
board/freescale/mx6sabresd/mx6sabresd.c