net: phy: mdio-gpio: Remove support for IRQs in platform data

No current devices use IRQs in platform data, so remove support for
it. The MDIO core will also initialise the new bus such that all
addresses are polled, so remove the unneeded re-initialisation.

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:54 +02:00 committed by David S. Miller
parent 185a16b60a
commit 68abb4f25d
2 changed files with 0 additions and 9 deletions

View file

@ -22,8 +22,6 @@ struct mdio_gpio_platform_data {
bool mdc_active_low;
bool mdio_active_low;
bool mdo_active_low;
int irqs[PHY_MAX_ADDR];
};
#endif /* __LINUX_MDIO_GPIO_H */