kernel/include/linux/platform_data/mmc-pxamci.h
.. .. @@ -15,11 +15,7 @@ 15 15 int (*get_ro)(struct device *); 16 16 int (*setpower)(struct device *, unsigned int); 17 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 18 bool gpio_card_ro_invert; /* gpio ro is inverted */ 21 - int gpio_power; /* gpio powering up MMC bus */22 - bool gpio_power_invert; /* gpio power is inverted */23 19 }; 24 20 25 21 extern void pxa_set_mci_info(struct pxamci_platform_data *info);