Remove unused variable ma.

This commit is contained in:
Kevin Lo 2012-09-23 08:44:12 +00:00
parent 6e427123e2
commit cecaa4738c

View File

@ -97,11 +97,9 @@ static int
smscphy_attach(device_t dev)
{
struct mii_softc *sc;
struct mii_attach_args *ma;
const struct mii_phy_funcs *mpf;
sc = device_get_softc(dev);
ma = device_get_ivars(dev);
mpf = &smscphy_funcs;
mii_phy_dev_attach(dev, MIIF_NOISOLATE | MIIF_NOMANPAUSE, mpf, 1);
mii_phy_setmedia(sc);