aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/include/mach/esdhc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/esdhc.h b/arch/arm/plat-mxc/include/mach/esdhc.h
index 47da109ce09b..86003f411755 100644
--- a/arch/arm/plat-mxc/include/mach/esdhc.h
+++ b/arch/arm/plat-mxc/include/mach/esdhc.h
@@ -16,9 +16,11 @@
16 * strongly recommended for i.MX25/35, not needed for other variants 16 * strongly recommended for i.MX25/35, not needed for other variants
17 * 17 *
18 * @wp_gpio: gpio for write_protect (-EINVAL if unused) 18 * @wp_gpio: gpio for write_protect (-EINVAL if unused)
19 * @cd_gpio: gpio for card_detect interrupt (-EINVAL if unused)
19 */ 20 */
20 21
21struct esdhc_platform_data { 22struct esdhc_platform_data {
22 unsigned int wp_gpio; 23 unsigned int wp_gpio;
24 unsigned int cd_gpio;
23}; 25};
24#endif /* __ASM_ARCH_IMX_ESDHC_H */ 26#endif /* __ASM_ARCH_IMX_ESDHC_H */