commit | b2168211893013925b2d1975276cc9442bae83cb | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurphy@ti.com> | Fri Oct 11 12:28:15 2013 -0500 |
committer | Marek Vasut <marex@denx.de> | Sun Oct 20 23:42:41 2013 +0200 |
tree | 63dd5ccfbcbb57ed7edbacc125e8f6e7ec551cd8 | |
parent | 41b667b834aaf550faabbf1d222a456cb4fc97ec [diff] |
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>