mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
usb: fix ulpi_set_vbus prototype
Match the name of the header prototype with the actual implementation. Signed-off-by: Lucas Stach <dev@lynxeye.de>
This commit is contained in:
parent
a6a78be025
commit
749f8180c2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int ulpi_select_transceiver(struct ulpi_viewport *ulpi_vp, unsigned speed);
|
|||
*
|
||||
* returns 0 on success, ULPI_ERROR on failure.
|
||||
*/
|
||||
int ulpi_enable_vbus(struct ulpi_viewport *ulpi_vp,
|
||||
int ulpi_set_vbus(struct ulpi_viewport *ulpi_vp,
|
||||
int on, int ext_power, int ext_ind);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue