summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-20 16:01:10 -0700
committerUlf Hansson <ulf.hansson@linaro.org>2018-10-08 11:40:43 +0200
commit9ef986a697c6d733d86e76d9870b4f1f60512b7a (patch)
treea96cf6e8f742a9442f2e4cc43667ea63bd2647d9 /arch/arm/mach-integrator
parent07be55b567a556c7e4d421e5f4bb4248933bfe32 (diff)
downloadlinux-0-day-9ef986a697c6d733d86e76d9870b4f1f60512b7a.tar.gz
linux-0-day-9ef986a697c6d733d86e76d9870b4f1f60512b7a.tar.xz
mmc: mmci: Drop support for pdata GPIO numbers
All the machines using the MMCI are passing GPIOs for the card detect and write protect using the device tree or descriptor table (one single case, Integrator/AP IM-PD1). Drop support for passing global GPIO numbers through platform data, noone is using it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator')
-rw-r--r--arch/arm/mach-integrator/integrator_cp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c
index 772a7cf2010e7..976ded5c59163 100644
--- a/arch/arm/mach-integrator/integrator_cp.c
+++ b/arch/arm/mach-integrator/integrator_cp.c
@@ -80,8 +80,6 @@ static unsigned int mmc_status(struct device *dev)
static struct mmci_platform_data mmc_data = {
.ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
.status = mmc_status,
- .gpio_wp = -1,
- .gpio_cd = -1,
};
static u64 notrace intcp_read_sched_clock(void)