|
@@ -1213,11 +1213,6 @@ static int greth_mdio_write(struct mii_bus *bus, int phy, int reg, u16 val)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int greth_mdio_reset(struct mii_bus *bus)
|
|
|
-{
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static void greth_link_change(struct net_device *dev)
|
|
|
{
|
|
|
struct greth_private *greth = netdev_priv(dev);
|
|
@@ -1332,7 +1327,6 @@ static int greth_mdio_init(struct greth_private *greth)
|
|
|
snprintf(greth->mdio->id, MII_BUS_ID_SIZE, "%s-%d", greth->mdio->name, greth->irq);
|
|
|
greth->mdio->read = greth_mdio_read;
|
|
|
greth->mdio->write = greth_mdio_write;
|
|
|
- greth->mdio->reset = greth_mdio_reset;
|
|
|
greth->mdio->priv = greth;
|
|
|
|
|
|
greth->mdio->irq = greth->mdio_irqs;
|