Date: Thu, 17 Sep 2015 12:04:41 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287911 - head/sys/mips/atheros Message-ID: <201509171204.t8HC4fuY067726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509171204.t8HC4fuY067726>