svn commit: r287911 - head/sys/mips/atheros

Bjoern A. Zeeb bz at FreeBSD.org
Thu Sep 17 12:04:42 UTC 2015


Author: bz
Date: Thu Sep 17 12:04:41 2015
New Revision: 287911
URL: https://svnweb.freebsd.org/changeset/base/287911

Log:
  Remove more unused variables leading to compile time errors.

Modified:
  head/sys/mips/atheros/ar724x_pci.c
  head/sys/mips/atheros/qca955x_pci.c

Modified: head/sys/mips/atheros/ar724x_pci.c
==============================================================================
--- head/sys/mips/atheros/ar724x_pci.c	Thu Sep 17 08:54:49 2015	(r287910)
+++ head/sys/mips/atheros/ar724x_pci.c	Thu Sep 17 12:04:41 2015	(r287911)
@@ -369,7 +369,6 @@ static int
 ar724x_pci_attach(device_t dev)
 {
 	struct ar71xx_pci_softc *sc = device_get_softc(dev);
-	int busno = 0;
 	int rid = 0;
 
 	sc->sc_mem_rman.rm_type = RMAN_ARRAY;

Modified: head/sys/mips/atheros/qca955x_pci.c
==============================================================================
--- head/sys/mips/atheros/qca955x_pci.c	Thu Sep 17 08:54:49 2015	(r287910)
+++ head/sys/mips/atheros/qca955x_pci.c	Thu Sep 17 12:04:41 2015	(r287911)
@@ -272,7 +272,6 @@ qca955x_pci_attach(device_t dev)
 {
 	struct ar71xx_pci_softc *sc = device_get_softc(dev);
 	int unit = device_get_unit(dev);
-	int busno = 0;
 	int rid = 0;
 
 	/* Dirty; maybe these could all just be hints */


More information about the svn-src-head mailing list