summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2015-09-17 06:07:49 +0000
committerbz <bz@FreeBSD.org>2015-09-17 06:07:49 +0000
commitca76185f1afa225272263b4f94a16e6ba4e99413 (patch)
treefb9504ade762853ccbc4baeccceabddcec619e8c /sys/mips/atheros
parent7b465d492bedb1e552efd0b2b02cfc126b3b86e5 (diff)
downloadFreeBSD-src-ca76185f1afa225272263b4f94a16e6ba4e99413.zip
FreeBSD-src-ca76185f1afa225272263b4f94a16e6ba4e99413.tar.gz
Remove unused variable leading to compile errors.
Diffstat (limited to 'sys/mips/atheros')
-rw-r--r--sys/mips/atheros/ar71xx_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/mips/atheros/ar71xx_pci.c b/sys/mips/atheros/ar71xx_pci.c
index dc6afc4..f745949 100644
--- a/sys/mips/atheros/ar71xx_pci.c
+++ b/sys/mips/atheros/ar71xx_pci.c
@@ -377,7 +377,6 @@ ar71xx_pci_probe(device_t dev)
static int
ar71xx_pci_attach(device_t dev)
{
- int busno = 0;
int rid = 0;
struct ar71xx_pci_softc *sc = device_get_softc(dev);
OpenPOWER on IntegriCloud