diff options
author | Andrew Lunn <andrew@lunn.ch> | 2018-04-19 01:02:50 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-19 15:59:10 -0400 |
commit | 9e4d60938a2b2aae3c2c213c923d9eb8d0a87ba2 (patch) | |
tree | b8a1e77568626f1b22bda208eea57fff9bbb0940 /include/linux/platform_data | |
parent | 712e5a5ce774a1542a09687441be7be456fe8b62 (diff) |
net: phy: mdio-gpio: Remove reset function
The platform data can contain a function to call to reset
the bit banging interface. It is not used, so remove it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/mdio-gpio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/mdio-gpio.h b/include/linux/platform_data/mdio-gpio.h index 11f00cdabe3d..6e8f01a570f2 100644 --- a/include/linux/platform_data/mdio-gpio.h +++ b/include/linux/platform_data/mdio-gpio.h @@ -26,8 +26,6 @@ struct mdio_gpio_platform_data { u32 phy_mask; u32 phy_ignore_ta_mask; int irqs[PHY_MAX_ADDR]; - /* reset callback */ - int (*reset)(struct mii_bus *bus); }; #endif /* __LINUX_MDIO_GPIO_H */ |