From fdfbac75c24aeaeeb4f02609a16ff4143925a9eb Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 2 Jul 2013 09:34:45 +0000 Subject: lantiq: xrx200_net compile fix Signed-off-by: John Crispin SVN-Revision: 37126 --- .../linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch b/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch index d9f95ab..3853931 100644 --- a/target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch +++ b/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"); -- cgit v1.1