Преглед на файлове

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>
Lucas Stach преди 12 години
родител
ревизия
749f8180c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/usb/ulpi.h

+ 1 - 1
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);
 
 /*