commit | 5e9ef0e8aff1ebcc8c67d69536a8e5601d260acd | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Oct 01 14:22:17 2015 -0500 |
committer | Marek Vasut <marex@denx.de> | Mon Dec 07 00:14:59 2015 +0100 |
tree | 583f3bac31e84b35dc054c32985f26d074b5964c | |
parent | 86746535af920fa3b170f4d10eea37271105cd3c [diff] |
usb: host: xhci-omap: fix build break Fix the following build break: drivers/usb/host/xhci-omap.c:35:5: error: ‘board_usb_init’ aliased to external symbol ‘__board_usb_init’ int board_usb_init(int index, enum usb_init_type init) ^ Signed-off-by: Felipe Balbi <balbi@ti.com>