public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
@ 2012-08-19 16:22 Lucas Stach
  2012-08-19 16:44 ` Marek Vasut
  2012-08-20  9:57 ` Igor Grinberg
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas Stach @ 2012-08-19 16:22 UTC (permalink / raw)
  To: u-boot

Match the name of the header prototype with the actual
implementation.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 include/usb/ulpi.h | 2 +-
 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+), 1 Zeile entfernt(-)

diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
index 4a23fd2..9a75c24 100644
--- 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);
 
 /*
-- 
1.7.11.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-20 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19 16:22 [U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype Lucas Stach
2012-08-19 16:44 ` Marek Vasut
2012-08-20  9:57 ` Igor Grinberg
2012-08-20 13:46   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox