mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove unused variable ma.
This commit is contained in:
parent
6e427123e2
commit
cecaa4738c
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue