svn commit: r314064 - head/sys/arm/ti

Ian Lepore ian at FreeBSD.org
Wed Feb 22 01:07:05 UTC 2017


Author: ian
Date: Wed Feb 22 01:07:04 2017
New Revision: 314064
URL: https://svnweb.freebsd.org/changeset/base/314064

Log:
  Remove a variable that has been unused since r311735 (it should have been
  removed as part of those changes).

Modified:
  head/sys/arm/ti/ti_sdhci.c

Modified: head/sys/arm/ti/ti_sdhci.c
==============================================================================
--- head/sys/arm/ti/ti_sdhci.c	Wed Feb 22 00:50:36 2017	(r314063)
+++ head/sys/arm/ti/ti_sdhci.c	Wed Feb 22 01:07:04 2017	(r314064)
@@ -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;


More information about the svn-src-head mailing list