Remove unused variable leading to compile errors.

This commit is contained in:
Bjoern A. Zeeb 2015-09-17 06:07:49 +00:00
parent f972b8a4d2
commit b7c61ac8b7

View File

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