usb: fix ulpi_set_vbus prototype
authorLucas Stach <dev@lynxeye.de>
Sun, 19 Aug 2012 16:22:07 +0000 (18:22 +0200)
committerMarek 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

index 4a23fd2..9a75c24 100644 (file)
@@ -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);
 
 /*