summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-10-22 14:27:17 -0700
committerTom Rini <trini@ti.com>2013-10-22 17:33:09 -0400
commit7e575c46c34b5f1316eab39025fdced197629ccb (patch)
treece3b2df05662b071118fce74af4ce5305fd5e4f5 /board
parent717ceb63a58e1c0047bbdce304c677054bdfb281 (diff)
downloadblackbird-obmc-uboot-7e575c46c34b5f1316eab39025fdced197629ccb.tar.gz
blackbird-obmc-uboot-7e575c46c34b5f1316eab39025fdced197629ccb.zip
usb: rename board_usb_init_type to usb_init_type
commit bba679144d25b91bcd7befff5a96728a30875f54 "usb: rename board_usb_init_type to usb_init_type" missed xhci-omap.c So, fix that patch here, and fix a checkpatch warning. WARNING: Avoid unnecessary line continuations Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/omap5_uevm/evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c
index 9458104604..bb3a699cf7 100644
--- a/board/ti/omap5_uevm/evm.c
+++ b/board/ti/omap5_uevm/evm.c
@@ -221,7 +221,7 @@ void usb_hub_reset_devices(int port)
*
* @return 0
*/
-int board_usb_init(int index, enum board_usb_init_type init)
+int board_usb_init(int index, enum usb_init_type init)
{
int ret;
#ifdef CONFIG_PALMAS_USB_SS_PWR
OpenPOWER on IntegriCloud