All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break
Date: Fri, 16 Oct 2015 15:09:02 -0500	[thread overview]
Message-ID: <874mhqlgo1.fsf@saruman.tx.rr.com> (raw)
In-Reply-To: <1443727338-29320-1-git-send-email-balbi@ti.com>

Felipe Balbi <balbi@ti.com> writes:
> 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>

ping

> ---
>  drivers/usb/host/xhci-omap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c
> index 104e7a7282cf..fd19f79f0fc5 100644
> --- a/drivers/usb/host/xhci-omap.c
> +++ b/drivers/usb/host/xhci-omap.c
> @@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR;
>  
>  static struct omap_xhci omap;
>  
> -inline int __board_usb_init(int index, enum usb_init_type init)
> +__weak int __board_usb_init(int index, enum usb_init_type init)
>  {
>  	return 0;
>  }
> -- 
> 2.5.3
>

-- 
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151016/1fb52e2b/attachment.sig>

  parent reply	other threads:[~2015-10-16 20:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01 19:22 [U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break Felipe Balbi
2015-10-01 19:22 ` [U-Boot] [PATCH 2/2] usb: dwc3: fix build warnings Felipe Balbi
2015-10-16 20:09   ` Felipe Balbi
2015-11-28  1:30     ` Marek Vasut
2015-10-16 20:09 ` Felipe Balbi [this message]
2015-10-16 21:35   ` [U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break Tom Rini
2015-10-16 22:08     ` Felipe Balbi
2015-10-21  8:37       ` Peter Robinson
2015-10-21 11:55         ` Tom Rini
2015-10-21 12:24           ` Peter Robinson
2015-10-21 13:09             ` Tom Rini
2015-11-28  1:33 ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mhqlgo1.fsf@saruman.tx.rr.com \
    --to=balbi@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.