aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2018-04-18 19:02:50 -0400
committerDavid S. Miller <davem@davemloft.net>2018-04-19 15:59:10 -0400
commit9e4d60938a2b2aae3c2c213c923d9eb8d0a87ba2 (patch)
treeb8a1e77568626f1b22bda208eea57fff9bbb0940 /include
parent712e5a5ce774a1542a09687441be7be456fe8b62 (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')
-rw-r--r--include/linux/platform_data/mdio-gpio.h2
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 {
26 u32 phy_mask; 26 u32 phy_mask;
27 u32 phy_ignore_ta_mask; 27 u32 phy_ignore_ta_mask;
28 int irqs[PHY_MAX_ADDR]; 28 int irqs[PHY_MAX_ADDR];
29 /* reset callback */
30 int (*reset)(struct mii_bus *bus);
31}; 29};
32 30
33#endif /* __LINUX_MDIO_GPIO_H */ 31#endif /* __LINUX_MDIO_GPIO_H */