Browse Source

lantiq: xrx200_net compile fix

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 37126
John Crispin 12 years ago
parent
commit
fdfbac75c2

+ 1 - 1
target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch

@@ -904,7 +904,7 @@ Subject: [PATCH 07/22] NET: MIPS: lantiq: adds xrx200-net
 +	}
 +
 +	phydev = phy_connect(dev, dev_name(&phydev->dev), &xrx200_mdio_link,
-+				0, port->phy_if);
++				port->phy_if);
 +
 +	if (IS_ERR(phydev)) {
 +		netdev_err(dev, "Could not attach to PHY\n");