]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 4a23fd2af23cf0439b92f0c7f00e5d609c7ac676..9a75c24bdd146d0364fb949a98afd29872175b11 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);
 
 /*