diff options
| -rw-r--r-- | net/dsa/slave.c | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/net/dsa/slave.c b/net/dsa/slave.c index 589aafd01fc5..d104ae15836f 100644 --- a/net/dsa/slave.c +++ b/net/dsa/slave.c @@ -676,18 +676,5 @@ dsa_slave_create(struct dsa_switch *ds, struct device *parent,  	netif_carrier_off(slave_dev); -	if (p->phy != NULL) { -		if (ds->drv->get_phy_flags) -			p->phy->dev_flags |= ds->drv->get_phy_flags(ds, port); - -		phy_attach(slave_dev, dev_name(&p->phy->dev), -			   PHY_INTERFACE_MODE_GMII); - -		p->phy->autoneg = AUTONEG_ENABLE; -		p->phy->speed = 0; -		p->phy->duplex = 0; -		p->phy->advertising = p->phy->supported | ADVERTISED_Autoneg; -	} -  	return slave_dev;  }  | 
