From: Lucas Stach Date: Sun, 19 Aug 2012 16:22:07 +0000 (+0200) Subject: usb: fix ulpi_set_vbus prototype X-Git-Tag: v2012.10-rc1~96^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=749f8180c2b516abefdda3f5833d39f49b60f84d;p=u-boot usb: fix ulpi_set_vbus prototype Match the name of the header prototype with the actual implementation. Signed-off-by: Lucas Stach --- diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h index 4a23fd2af2..9a75c24bdd 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); /*