]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: host: xhci-omap: fix build break
authorFelipe Balbi <balbi@ti.com>
Thu, 1 Oct 2015 19:22:17 +0000 (14:22 -0500)
committerMarek Vasut <marex@denx.de>
Sun, 6 Dec 2015 23:14:59 +0000 (00:14 +0100)
commit9dc522249a2b5aa59bcb2f022ce5844434ac81bc
tree583f3bac31e84b35dc054c32985f26d074b5964c
parent0f676767b615f166d3fd9e4911e251e09c99f078
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>
drivers/usb/host/xhci-omap.c