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:
Andrew Lunn
2018-04-19 01:02:52 +02:00
committed by David S. Miller
parent a3283e2576
commit c1b3eb0468
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ struct mdio_gpio_platform_data {
bool mdo_active_low;
u32 phy_mask;
u32 phy_ignore_ta_mask;
int irqs[PHY_MAX_ADDR];
};