[U-Boot] [PATCH v2 2/6] usb: host: xhci-omap: fix double weak board_usb_init functions

Tom Rini trini at konsulko.com
Mon Feb 13 17:07:41 UTC 2017


On Mon, Feb 13, 2017 at 01:35:40PM +0200, Uri Mashiach wrote:

> A weak version of the function board_usb_init is implemented in:
> common/usb.c
> drivers/usb/host/xhci-omap.c
[snip]
> diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c
> index bd1c809..21fa824 100644
> --- a/board/ti/dra7xx/evm.c
> +++ b/board/ti/dra7xx/evm.c
> @@ -727,7 +727,7 @@ static struct ti_usb_phy_device usb_phy2_device = {
>  	.index = 1,
>  };
>  
> -int board_usb_init(int index, enum usb_init_type init)
> +int  omap_xhci_board_usb_init(int index, enum usb_init_type init)

Extra space.  Fix that and then:

Reviewed-by: Tom Rini <trini at konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170213/7c871009/attachment.sig>


More information about the U-Boot mailing list