From 7e575c46c34b5f1316eab39025fdced197629ccb Mon Sep 17 00:00:00 2001 From: Troy Kisky Date: Tue, 22 Oct 2013 14:27:17 -0700 Subject: 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 --- board/ti/omap5_uevm/evm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/ti') 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 -- cgit v1.2.1