mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
712e5a5ce7
commit
9e4d60938a
2 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue