Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 06:07:50 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287907 - head/sys/mips/atheros
Message-ID:  <201509170607.t8H67ov3021141@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509170607.t8H67ov3021141>