Remove a variable that has been unused since r311735 (it should have been

removed as part of those changes).
This commit is contained in:
Ian Lepore 2017-02-22 01:07:04 +00:00
parent 08d82f85d7
commit 9063812353

View File

@ -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;