]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove unused variable leading to compile errors.
authorbz <bz@FreeBSD.org>
Thu, 17 Sep 2015 06:07:49 +0000 (06:07 +0000)
committerbz <bz@FreeBSD.org>
Thu, 17 Sep 2015 06:07:49 +0000 (06:07 +0000)
sys/mips/atheros/ar71xx_pci.c

index dc6afc46f503c56fc97acab6baba208304d37c87..f745949d8d437a30aa43ef4bdfdff853df204b76 100644 (file)
@@ -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);