commit | f95e4fe9f1f7c3100b11e97fd5f142cfe8bb299b | [log] [tgz] |
---|---|---|
author | Diego Dorta <diego.dorta@nxp.com> | Wed Sep 27 13:12:39 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 12 17:31:16 2017 +0200 |
tree | c7b4cc1d596e3836ef1f09ec6aafb946103769d2 | |
parent | 5433ebb9809d12c3ed88a76223268910bdf39910 [diff] |
usb: ehci-ci: Add a prototype for board_ehci_power() When compiling with W=1 the following warning is observed: board/freescale/mx6sabresd/mx6sabresd.c:601:5: warning: no previous prototype for ‘board_ehci_power’ [-Wmissing-prototypes] int board_ehci_power(int port, int on) Remove this warning by adding the function prototype into usb/ehci-ci.h file. Signed-off-by: Diego Dorta <diego.dorta@nxp.com>