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 db6c247d42d1..7e44e84e7150 100644
--- a/include/linux/platform_data/mmc-pxamci.h
+++ b/include/linux/platform_data/mmc-pxamci.h
@@ -16,8 +16,6 @@ struct pxamci_platform_data {
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 bool gpio_card_ro_invert; /* gpio ro is inverted */ 18 bool gpio_card_ro_invert; /* gpio ro is inverted */
19 int gpio_power; /* gpio powering up MMC bus */
20 bool gpio_power_invert; /* gpio power is inverted */
21}; 19};
22 20
23extern void pxa_set_mci_info(struct pxamci_platform_data *info); 21extern void pxa_set_mci_info(struct pxamci_platform_data *info);