Author: bz
Date: Thu Sep 17 06:07:49 2015
New Revision: 287907
URL: https://svnweb.freebsd.org/changeset/base/287907
Log:
Remove unused variable leading to compile errors.
Modified:
head/sys/mips/atheros/ar71xx_pci.c
Modified: head/sys/mips/atheros/ar71xx_pci.c
==============================================================================
--- head/sys/mips/atheros/ar71xx_pci.c Thu Sep 17 05:07:39 2015
(r287906)
+++ head/sys/mips/atheros/ar71xx_pci.c Thu Sep 17 06:07:49 2015
(r287907)
@@ -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);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"