From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Wed, 2 Mar 2011 12:02:30 +0100 Subject: [PATCH] ARM: imx/mx25_3ds: Fix build failure In-Reply-To: <1299028552-13186-1-git-send-email-festevam@gmail.com> References: <1299028552-13186-1-git-send-email-festevam@gmail.com> Message-ID: <20110302110230.GU29521@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 01, 2011 at 10:15:52PM -0300, Fabio Estevam wrote: > Commit > ca8d906 (ARM: mach-imx: mx25_3ds: add write-protect and card-detect for SD) > > assigned a non-existing member .cd_gpio in a struct esdhc_platform_data. > This field can be added later after the esdhc patches are merged. > Fix the build for now. I skipped the patch causing the issue instead. Please resend once the dependencies are merged into mainline. Sascha > > Signed-off-by: Fabio Estevam > --- > arch/arm/mach-imx/mach-mx25_3ds.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c > index 561f07f..11c25f9 100644 > --- a/arch/arm/mach-imx/mach-mx25_3ds.c > +++ b/arch/arm/mach-imx/mach-mx25_3ds.c > @@ -208,7 +208,6 @@ static const struct fsl_usb2_platform_data otg_device_pdata __initconst = { > > static const struct esdhc_platform_data mx25pdk_esdhc_pdata __initconst = { > .wp_gpio = SD1_GPIO_WP, > - .cd_gpio = SD1_GPIO_CD, > }; > > static void __init mx25pdk_init(void) > -- > 1.6.0.4 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |