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 */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"