Remove unused variable mii

This commit is contained in:
Kevin Lo 2012-02-11 08:12:52 +00:00
parent 84c2fd2f94
commit f8d4925a39

View file

@ -2022,11 +2022,9 @@ static void
vge_init_locked(struct vge_softc *sc)
{
struct ifnet *ifp = sc->vge_ifp;
struct mii_data *mii;
int error, i;
VGE_LOCK_ASSERT(sc);
mii = device_get_softc(sc->vge_miibus);
if ((ifp->if_drv_flags & IFF_DRV_RUNNING) != 0)
return;