From owner-svn-src-head@freebsd.org Thu Sep 17 12:04:42 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BE829CE07E; Thu, 17 Sep 2015 12:04:42 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CBE71F17; Thu, 17 Sep 2015 12:04:42 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8HC4gBJ067728; Thu, 17 Sep 2015 12:04:42 GMT (envelope-from bz@FreeBSD.org) Received: (from bz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8HC4fuY067726; Thu, 17 Sep 2015 12:04:41 GMT (envelope-from bz@FreeBSD.org) Message-Id: <201509171204.t8HC4fuY067726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bz set sender to bz@FreeBSD.org using -f From: "Bjoern A. Zeeb" Date: Thu, 17 Sep 2015 12:04:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287911 - head/sys/mips/atheros X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2015 12:04:42 -0000 Author: bz Date: Thu Sep 17 12:04:41 2015 New Revision: 287911 URL: https://svnweb.freebsd.org/changeset/base/287911 Log: Remove more unused variables leading to compile time errors. Modified: head/sys/mips/atheros/ar724x_pci.c head/sys/mips/atheros/qca955x_pci.c Modified: head/sys/mips/atheros/ar724x_pci.c ============================================================================== --- head/sys/mips/atheros/ar724x_pci.c Thu Sep 17 08:54:49 2015 (r287910) +++ head/sys/mips/atheros/ar724x_pci.c Thu Sep 17 12:04:41 2015 (r287911) @@ -369,7 +369,6 @@ static int ar724x_pci_attach(device_t dev) { struct ar71xx_pci_softc *sc = device_get_softc(dev); - int busno = 0; int rid = 0; sc->sc_mem_rman.rm_type = RMAN_ARRAY; Modified: head/sys/mips/atheros/qca955x_pci.c ============================================================================== --- head/sys/mips/atheros/qca955x_pci.c Thu Sep 17 08:54:49 2015 (r287910) +++ head/sys/mips/atheros/qca955x_pci.c Thu Sep 17 12:04:41 2015 (r287911) @@ -272,7 +272,6 @@ qca955x_pci_attach(device_t dev) { struct ar71xx_pci_softc *sc = device_get_softc(dev); int unit = device_get_unit(dev); - int busno = 0; int rid = 0; /* Dirty; maybe these could all just be hints */