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/mmc-pxamci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/mmc-pxamci.h b/include/linux/platform_data/mmc-pxamci.h
index 752f97c62ef2..db6c247d42d1 100644
--- a/include/linux/platform_data/mmc-pxamci.h
+++ b/include/linux/platform_data/mmc-pxamci.h
@@ -15,8 +15,6 @@ struct pxamci_platform_data {
15 int (*get_ro)(struct device *); 15 int (*get_ro)(struct device *);
16 int (*setpower)(struct device *, unsigned int); 16 int (*setpower)(struct device *, unsigned int);
17 void (*exit)(struct device *, void *); 17 void (*exit)(struct device *, void *);
18 int gpio_card_detect; /* gpio detecting card insertion */
19 int gpio_card_ro; /* gpio detecting read only toggle */
20 bool gpio_card_ro_invert; /* gpio ro is inverted */ 18 bool gpio_card_ro_invert; /* gpio ro is inverted */
21 int gpio_power; /* gpio powering up MMC bus */ 19 int gpio_power; /* gpio powering up MMC bus */
22 bool gpio_power_invert; /* gpio power is inverted */ 20 bool gpio_power_invert; /* gpio power is inverted */