hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/platform_data/mmc-pxamci.h
....@@ -15,11 +15,7 @@
1515 int (*get_ro)(struct device *);
1616 int (*setpower)(struct device *, unsigned int);
1717 void (*exit)(struct device *, void *);
18
- int gpio_card_detect; /* gpio detecting card insertion */
19
- int gpio_card_ro; /* gpio detecting read only toggle */
2018 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 */
2319 };
2420
2521 extern void pxa_set_mci_info(struct pxamci_platform_data *info);