net: phy: mdio-gpio: remove support for ignoring turn around
This is not needed any more by devices using platform data, so remove it. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a3283e2576
commit
c1b3eb0468
@@ -163,7 +163,6 @@ static struct mii_bus *mdio_gpio_bus_init(struct device *dev,
|
||||
new_bus->name = "GPIO Bitbanged MDIO";
|
||||
|
||||
new_bus->phy_mask = pdata->phy_mask;
|
||||
new_bus->phy_ignore_ta_mask = pdata->phy_ignore_ta_mask;
|
||||
memcpy(new_bus->irq, pdata->irqs, sizeof(new_bus->irq));
|
||||
new_bus->parent = dev;
|
||||
|
||||
|
Reference in New Issue
Block a user