From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- kernel/include/linux/platform_data/mmc-pxamci.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/include/linux/platform_data/mmc-pxamci.h b/kernel/include/linux/platform_data/mmc-pxamci.h index 752f97c..7e44e84 100644 --- a/kernel/include/linux/platform_data/mmc-pxamci.h +++ b/kernel/include/linux/platform_data/mmc-pxamci.h @@ -15,11 +15,7 @@ int (*get_ro)(struct device *); int (*setpower)(struct device *, unsigned int); void (*exit)(struct device *, void *); - int gpio_card_detect; /* gpio detecting card insertion */ - int gpio_card_ro; /* gpio detecting read only toggle */ bool gpio_card_ro_invert; /* gpio ro is inverted */ - int gpio_power; /* gpio powering up MMC bus */ - bool gpio_power_invert; /* gpio power is inverted */ }; extern void pxa_set_mci_info(struct pxamci_platform_data *info); -- Gitblit v1.6.2