]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Oct 2017 17:31:32 +0000 (14:31 -0300)
commit19cdefc994a2483bff4fbeeb232b68a84ab2171e
tree3705660dcc6f4da0d964eb5c310bae819d48dbe1
parent9b1dd35df21dca06642205bf96213f525e0c6a25
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>
(cherry picked from commit c5ce67d184aa7ab3992fd3a96bca9f0a21dc6729)
board/freescale/mx6sabresd/mx6sabresd.c