Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2017 01:07:04 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314064 - head/sys/arm/ti
Message-ID:  <201702220107.v1M174cD073750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702220107.v1M174cD073750>