svn commit: r287907 - head/sys/mips/atheros

Bjoern A. Zeeb bz at FreeBSD.org
Thu Sep 17 06:07:50 UTC 2015


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);
 


More information about the svn-src-all mailing list