From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Stach Date: Tue, 21 Aug 2012 22:18:55 +0200 Subject: [U-Boot] =?utf-8?q?=5BPATCH_v2_3/5=5D_usb=3A_fix_ulpi=5Fset=5Fvbu?= =?utf-8?q?s_prototype?= In-Reply-To: <1345580337-9377-1-git-send-email-dev@lynxeye.de> References: <1345580337-9377-1-git-send-email-dev@lynxeye.de> Message-ID: <1345580337-9377-4-git-send-email-dev@lynxeye.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Match the name of the header prototype with the actual implementation. Signed-off-by: Lucas Stach --- 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