commit | 2dcff642ef75b39286df7adf6debdd13819ec2c9 | [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 | adf9bd3b23667e4fc1abd8810222ca9823ef7732 [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>