commit | 9dc522249a2b5aa59bcb2f022ce5844434ac81bc | [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 | 0f676767b615f166d3fd9e4911e251e09c99f078 [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>