Remove more unused variables leading to compile time errors.

This commit is contained in:
Bjoern A. Zeeb 2015-09-17 12:04:41 +00:00
parent a851c66778
commit 5f3a15445d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287911
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -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 */