From 0f38dcd53286956beb6d069872e7301c508365b1 Mon Sep 17 00:00:00 2001 From: Richard Zhu Date: Mon, 18 Apr 2011 15:39:19 +0800 Subject: [PATCH] ENGR00142266-1 eSDHC:Add the GPIO CD/WP on MX5x boards sdhc: add always present member into esdhc platform data struct Signed-off-by: Richard Zhu --- arch/arm/plat-mxc/include/mach/esdhc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/plat-mxc/include/mach/esdhc.h b/arch/arm/plat-mxc/include/mach/esdhc.h index 86003f411755..f6f5ca22ae21 100644 --- a/arch/arm/plat-mxc/include/mach/esdhc.h +++ b/arch/arm/plat-mxc/include/mach/esdhc.h @@ -22,5 +22,6 @@ struct esdhc_platform_data { unsigned int wp_gpio; unsigned int cd_gpio; + unsigned int always_present; }; #endif /* __ASM_ARCH_IMX_ESDHC_H */ -- 2.39.5