diff options
-rw-r--r-- | drivers/net/ethernet/ethoc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ethernet/ethoc.c b/drivers/net/ethernet/ethoc.c index 55e0fa03dc90..8b70ca7e342b 100644 --- a/drivers/net/ethernet/ethoc.c +++ b/drivers/net/ethernet/ethoc.c | |||
@@ -660,11 +660,6 @@ static int ethoc_mdio_write(struct mii_bus *bus, int phy, int reg, u16 val) | |||
660 | return -EBUSY; | 660 | return -EBUSY; |
661 | } | 661 | } |
662 | 662 | ||
663 | static int ethoc_mdio_reset(struct mii_bus *bus) | ||
664 | { | ||
665 | return 0; | ||
666 | } | ||
667 | |||
668 | static void ethoc_mdio_poll(struct net_device *dev) | 663 | static void ethoc_mdio_poll(struct net_device *dev) |
669 | { | 664 | { |
670 | } | 665 | } |
@@ -1210,7 +1205,6 @@ static int ethoc_probe(struct platform_device *pdev) | |||
1210 | priv->mdio->name, pdev->id); | 1205 | priv->mdio->name, pdev->id); |
1211 | priv->mdio->read = ethoc_mdio_read; | 1206 | priv->mdio->read = ethoc_mdio_read; |
1212 | priv->mdio->write = ethoc_mdio_write; | 1207 | priv->mdio->write = ethoc_mdio_write; |
1213 | priv->mdio->reset = ethoc_mdio_reset; | ||
1214 | priv->mdio->priv = priv; | 1208 | priv->mdio->priv = priv; |
1215 | 1209 | ||
1216 | priv->mdio->irq = kmalloc(sizeof(int) * PHY_MAX_ADDR, GFP_KERNEL); | 1210 | priv->mdio->irq = kmalloc(sizeof(int) * PHY_MAX_ADDR, GFP_KERNEL); |