commit | 9069075190ce169256cdd54f45303f78c0fca6d3 | [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 | 1aca61904174a836bc9253a82841f07e0ed83c1b [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>