projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a78be
)
usb: fix ulpi_set_vbus prototype
author
Lucas Stach
<dev@lynxeye.de>
Sun, 19 Aug 2012 16:22:07 +0000
(18:22 +0200)
committer
Marek Vasut
<marex@denx.de>
Sat, 1 Sep 2012 14:21:53 +0000
(16:21 +0200)
Match the name of the header prototype with the actual
implementation.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
include/usb/ulpi.h
patch
|
blob
|
history
diff --git
a/include/usb/ulpi.h
b/include/usb/ulpi.h
index 4a23fd2af23cf0439b92f0c7f00e5d609c7ac676..9a75c24bdd146d0364fb949a98afd29872175b11 100644
(file)
--- a/
include/usb/ulpi.h
+++ b/
include/usb/ulpi.h
@@
-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);
/*