summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-02 16:24:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-02 16:24:12 +0000
commit2f79cb03c5e2849579b85763d910807c82d9576b (patch)
tree2f60f55f600dc271f5c7faaeafbafe8516a6bf31 /target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch
parent680e0c09f3dd3efd71139c76263fe81b35d4c71c (diff)
downloadmtk-20170518-2f79cb03c5e2849579b85763d910807c82d9576b.zip
mtk-20170518-2f79cb03c5e2849579b85763d910807c82d9576b.tar.gz
mtk-20170518-2f79cb03c5e2849579b85763d910807c82d9576b.tar.bz2
ar71xx: fix compile error in r40969, refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40977
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch')
-rw-r--r--target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch b/target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch
index 961a65b..6b69679 100644
--- a/target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch
+++ b/target/linux/ar71xx/patches-3.10/424-net-phy-add-phy_mmd_read_write-functions.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/phy/phy.c
+++ b/drivers/net/phy/phy.c
-@@ -1009,6 +1009,12 @@ static int phy_read_mmd_indirect(struct
+@@ -1009,6 +1009,12 @@ static int phy_read_mmd_indirect(struct
return ret;
}