summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-02 09:34:45 +0000
committerJohn Crispin <john@openwrt.org>2013-07-02 09:34:45 +0000
commitfdfbac75c24aeaeeb4f02609a16ff4143925a9eb (patch)
treefcaf7f1b9b4dad644583f199a376c21bfd281ba4 /target
parent5b5fd9f92d0e901a4e9d102af694781227259c09 (diff)
downloadopenwrt-fdfbac75c24aeaeeb4f02609a16ff4143925a9eb.tar.gz
openwrt-fdfbac75c24aeaeeb4f02609a16ff4143925a9eb.tar.bz2
openwrt-fdfbac75c24aeaeeb4f02609a16ff4143925a9eb.zip
lantiq: xrx200_net compile fix
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37126
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/patches-3.9/0007-NET-MIPS-lantiq-adds-xrx200-net.patch2
1 files changed, 1 insertions, 1 deletions
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 d9f95aba37..385393113e 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");