net: phy: remove flags argument from phy_{attach, connect, connect_direct}
[linux-2.6-block.git] / drivers / net / ethernet / ti / davinci_emac.c
index 6621ae3a98d9007b211a90c599357a6a3ddaf70a..8478d98c10929043dc8837fe21fdb7fec22882c7 100644 (file)
@@ -1599,7 +1599,7 @@ static int emac_dev_open(struct net_device *ndev)
 
        if (priv->phy_id && *priv->phy_id) {
                priv->phydev = phy_connect(ndev, priv->phy_id,
-                                          &emac_adjust_link, 0,
+                                          &emac_adjust_link,
                                           PHY_INTERFACE_MODE_MII);
 
                if (IS_ERR(priv->phydev)) {