aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/hsmmc-omap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/platform_data/hsmmc-omap.h b/include/linux/platform_data/hsmmc-omap.h
index 0ff1e0dba720..73d9098ada2d 100644
--- a/include/linux/platform_data/hsmmc-omap.h
+++ b/include/linux/platform_data/hsmmc-omap.h
@@ -67,6 +67,9 @@ struct omap_hsmmc_platform_data {
67#define HSMMC_HAS_HSPE_SUPPORT (1 << 2) 67#define HSMMC_HAS_HSPE_SUPPORT (1 << 2)
68 unsigned features; 68 unsigned features;
69 69
70 /* string specifying a particular variant of hardware */
71 char *version;
72
70 int gpio_cd; /* gpio (card detect) */ 73 int gpio_cd; /* gpio (card detect) */
71 int gpio_cod; /* gpio (cover detect) */ 74 int gpio_cod; /* gpio (cover detect) */
72 int gpio_wp; /* gpio (write protect) */ 75 int gpio_wp; /* gpio (write protect) */