From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: mx3/pcm043: fix build failure
Date: Tue, 1 Mar 2011 21:30:59 +0100 [thread overview]
Message-ID: <1299011459-18200-2-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <20110301203018.GY22310@pengutronix.de>
Commit
530aca5 (arm: mach-mx3: pcm043: add write-protect and card-detect for SD1)
assigned a non-existing member .cd_gpio in a struct esdhc_platform_data.
Though I expect this to change soon I remove it for now to unbreak the
autobuilders.
Cc: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
arch/arm/mach-mx3/mach-pcm043.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-mx3/mach-pcm043.c b/arch/arm/mach-mx3/mach-pcm043.c
index 3a7b3c3..b5ee66e 100644
--- a/arch/arm/mach-mx3/mach-pcm043.c
+++ b/arch/arm/mach-mx3/mach-pcm043.c
@@ -227,7 +227,6 @@ static iomux_v3_cfg_t pcm043_pads[] = {
#define AC97_GPIO_RESET IMX_GPIO_NR(2, 0)
#define SD1_GPIO_WP IMX_GPIO_NR(2, 23)
-#define SD1_GPIO_CD IMX_GPIO_NR(2, 24)
static void pcm043_ac97_warm_reset(struct snd_ac97 *ac97)
{
@@ -313,7 +312,6 @@ pcm037_nand_board_info __initconst = {
static struct esdhc_platform_data sd1_pdata = {
.wp_gpio = SD1_GPIO_WP,
- .cd_gpio = SD1_GPIO_CD,
};
#if defined(CONFIG_USB_ULPI)
--
1.7.2.3
next prev parent reply other threads:[~2011-03-01 20:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-01 20:30 [PATCH 0/2] 3 build failures in imx-for-2.6.39 Uwe Kleine-König
2011-03-01 20:30 ` [PATCH 1/2] ARM: mx3/cpuimx35: fix build failure Uwe Kleine-König
2011-03-01 20:37 ` Russell King - ARM Linux
2011-03-01 20:52 ` Uwe Kleine-König
2011-03-01 20:30 ` Uwe Kleine-König [this message]
2011-03-01 21:23 ` [PATCH 2/2] ARM: mx3/pcm043: " Fabio Estevam
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=1299011459-18200-2-git-send-email-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).