From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Murphy Date: Wed, 9 Oct 2013 19:26:30 -0500 Subject: [U-Boot] [PATCH 2/6] usb: omap5: Change the board_usb_init api to board_xhci_usb_init In-Reply-To: <201310100138.14021.marex@denx.de> References: <1381339171-31647-1-git-send-email-dmurphy@ti.com> <1381339171-31647-3-git-send-email-dmurphy@ti.com> <201310100138.14021.marex@denx.de> Message-ID: <5255F436.9090109@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Marek On 10/09/2013 06:38 PM, Marek Vasut wrote: > Dear Dan Murphy, > >> Recent patches declares board_usb_init function prototype for a new >> usb architecture. >> >> Turning on the OMAP_XHCI defines cause a redefinition compiler failure. >> So rename the API from board_usb_init to board_xhci_usb_init. >> >> Signed-off-by: Dan Murphy > Can you not use board_usb_init() ? I believe the whole point of the usb rework > was to avoid having various names for the same function. > > Best regards, > Marek Vasut I will post the change in V2. Dan -- ------------------ Dan Murphy