diff options
author | Andrew Lunn <andrew@lunn.ch> | 2018-04-19 01:02:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-19 15:59:10 -0400 |
commit | c1b3eb04682f80af74572aa25601dbb555c6bc6e (patch) | |
tree | 76720aa3b9f60a34e8ee157fd960ad21baaca028 /include | |
parent | a3283e2576736463e07ddc684efb2e587a3bbda2 (diff) | |
download | linux-c1b3eb04682f80af74572aa25601dbb555c6bc6e.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/mdio-gpio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/mdio-gpio.h b/include/linux/platform_data/mdio-gpio.h index 6e8f01a570f2..b8f914a30126 100644 --- a/include/linux/platform_data/mdio-gpio.h +++ b/include/linux/platform_data/mdio-gpio.h @@ -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]; }; |