mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
net: phy: mdio-gpio: remove support for phy mask
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>
This commit is contained in:
committed by
David S. Miller
parent
c1b3eb0468
commit
185a16b60a
@@ -23,7 +23,6 @@ struct mdio_gpio_platform_data {
|
||||
bool mdio_active_low;
|
||||
bool mdo_active_low;
|
||||
|
||||
u32 phy_mask;
|
||||
int irqs[PHY_MAX_ADDR];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user