]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: omap5: Update the board_usb_init api
authorDan Murphy <dmurphy@ti.com>
Fri, 11 Oct 2013 17:28:15 +0000 (12:28 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:41 +0000 (23:42 +0200)
commitb2168211893013925b2d1975276cc9442bae83cb
tree63dd5ccfbcbb57ed7edbacc125e8f6e7ec551cd8
parent41b667b834aaf550faabbf1d222a456cb4fc97ec
usb: omap5: Update the board_usb_init api

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 update the board_usb_init to the latest prototype.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
board/ti/omap5_uevm/evm.c
drivers/usb/host/xhci-omap.c