From: valentin.longchamp@epfl.ch (Valentin Longchamp)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] imx/mx3: fix FTBFS for undefined symbols mx31_usbh1 and mx31_usbh2
Date: Mon, 21 Dec 2009 15:59:28 +0100 [thread overview]
Message-ID: <4B2F8D50.60902@epfl.ch> (raw)
In-Reply-To: <1261253921-29125-1-git-send-email-u.kleine-koenig@pengutronix.de>
Hallo Uwe,
Uwe Kleine-K?nig wrote:
> Use the symbols mxc_usbh1 and mxc_usbh2 introduced in
>
> c13a482 (MX3: Add USB platform devices and resources)
>
> instead.
I have sent a patch to fix this. It was first sent on December, 4th and
again on December, 18th
(http://article.gmane.org/gmane.linux.ports.arm.kernel/71126)
I hope it will be picked for next -rc.
Best Regards
Val
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
> Cc: Daniel Mack <daniel@caiaq.de>
> ---
> arch/arm/mach-mx3/mach-mx31moboard.c | 2 +-
> arch/arm/mach-mx3/mx31moboard-devboard.c | 2 +-
> arch/arm/mach-mx3/mx31moboard-marxbot.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-mx3/mach-mx31moboard.c b/arch/arm/mach-mx3/mach-mx31moboard.c
> index be7d277..949b4de 100644
> --- a/arch/arm/mach-mx3/mach-mx31moboard.c
> +++ b/arch/arm/mach-mx3/mach-mx31moboard.c
> @@ -392,7 +392,7 @@ static int __init moboard_usbh2_init(void)
> usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
> USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT);
>
> - return mxc_register_device(&mx31_usbh2, &usbh2_pdata);
> + return mxc_register_device(&mxc_usbh2, &usbh2_pdata);
> }
>
>
> diff --git a/arch/arm/mach-mx3/mx31moboard-devboard.c b/arch/arm/mach-mx3/mx31moboard-devboard.c
> index 8fc624f..438428e 100644
> --- a/arch/arm/mach-mx3/mx31moboard-devboard.c
> +++ b/arch/arm/mach-mx3/mx31moboard-devboard.c
> @@ -179,7 +179,7 @@ static int __init devboard_usbh1_init(void)
>
> usbh1_pdata.otg = otg;
>
> - return mxc_register_device(&mx31_usbh1, &usbh1_pdata);
> + return mxc_register_device(&mxc_usbh1, &usbh1_pdata);
> }
>
> /*
> diff --git a/arch/arm/mach-mx3/mx31moboard-marxbot.c b/arch/arm/mach-mx3/mx31moboard-marxbot.c
> index 85184a3..1f44b9c 100644
> --- a/arch/arm/mach-mx3/mx31moboard-marxbot.c
> +++ b/arch/arm/mach-mx3/mx31moboard-marxbot.c
> @@ -294,7 +294,7 @@ static int __init marxbot_usbh1_init(void)
>
> usbh1_pdata.otg = otg;
>
> - return mxc_register_device(&mx31_usbh1, &usbh1_pdata);
> + return mxc_register_device(&mxc_usbh1, &usbh1_pdata);
> }
>
> /*
--
Valentin Longchamp, PhD Student, EPFL-STI-LSRO1
valentin.longchamp at epfl.ch, Phone: +41216937827
http://people.epfl.ch/valentin.longchamp
MEA3485, Station 9, CH-1015 Lausanne
next prev parent reply other threads:[~2009-12-21 14:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-19 20:18 [PATCH 1/2] imx/mx3: fix FTBFS for undefined symbols mx31_usbh1 and mx31_usbh2 Uwe Kleine-König
2009-12-19 20:18 ` [PATCH 2/2] imx/mx3: depend on USB_ULPI for otg_ulpi_create Uwe Kleine-König
2009-12-21 15:25 ` Valentin Longchamp
2009-12-21 15:41 ` [PATCH v2] " Uwe Kleine-König
2009-12-22 16:31 ` [PATCH v3] " Uwe Kleine-König
2009-12-24 11:23 ` please pull FTBFS fixes (Was: [PATCH v3] imx/mx3: depend on USB_ULPI for otg_ulpi_create) Uwe Kleine-König
2009-12-21 14:59 ` Valentin Longchamp [this message]
2009-12-21 15:33 ` [PATCH 1/2] imx/mx3: fix FTBFS for undefined symbols mx31_usbh1 and mx31_usbh2 Uwe Kleine-König
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=4B2F8D50.60902@epfl.ch \
--to=valentin.longchamp@epfl.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/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.