From 90638123539915f7f9692aa0b63b187fbe44cbbe Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Wed, 22 Feb 2017 01:07:04 +0000 Subject: [PATCH] Remove a variable that has been unused since r311735 (it should have been removed as part of those changes). --- sys/arm/ti/ti_sdhci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/ti/ti_sdhci.c b/sys/arm/ti/ti_sdhci.c index abc71c8d4389..7041806b7377 100644 --- a/sys/arm/ti/ti_sdhci.c +++ b/sys/arm/ti/ti_sdhci.c @@ -71,7 +71,6 @@ struct ti_sdhci_softc { uint32_t mmchs_reg_off; uint32_t sdhci_reg_off; uint32_t baseclk_hz; - uint32_t wp_gpio_pin; uint32_t cmd_and_mode; uint32_t sdhci_clkdiv; boolean_t disable_highspeed;