summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2015-09-17 12:04:41 +0000
committerbz <bz@FreeBSD.org>2015-09-17 12:04:41 +0000
commit2fb4661e452630fbc968fc034443d7aabb9a3e9a (patch)
tree4303255450e5c62836649d272a446347f515fc05 /sys/mips/atheros
parent6b479b90e418ed3326cdf92d397c40afa916f228 (diff)
downloadFreeBSD-src-2fb4661e452630fbc968fc034443d7aabb9a3e9a.zip
FreeBSD-src-2fb4661e452630fbc968fc034443d7aabb9a3e9a.tar.gz
Remove more unused variables leading to compile time errors.
Diffstat (limited to 'sys/mips/atheros')
-rw-r--r--sys/mips/atheros/ar724x_pci.c1
-rw-r--r--sys/mips/atheros/qca955x_pci.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/atheros/ar724x_pci.c b/sys/mips/atheros/ar724x_pci.c
index a6e0389..ad8ec09 100644
--- a/sys/mips/atheros/ar724x_pci.c
+++ b/sys/mips/atheros/ar724x_pci.c
@@ -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;
diff --git a/sys/mips/atheros/qca955x_pci.c b/sys/mips/atheros/qca955x_pci.c
index dfc8c6b..0d78c1e 100644
--- a/sys/mips/atheros/qca955x_pci.c
+++ b/sys/mips/atheros/qca955x_pci.c
@@ -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 */
OpenPOWER on IntegriCloud