aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-11-27 18:26:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-11-27 18:26:00 +0000
commitd870349db657b14524a035a05cacbe829fc44530 (patch)
tree06ad07dfc746e7bd08e21189bd73fb9cbd99bc82 /target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch
parentd145ef383a83f0002328935ce847e949e3079eb4 (diff)
downloadmaster-187ad058-d870349db657b14524a035a05cacbe829fc44530.tar.gz
master-187ad058-d870349db657b14524a035a05cacbe829fc44530.tar.bz2
master-187ad058-d870349db657b14524a035a05cacbe829fc44530.zip
kernel: backport patches for overriding PHY reset to 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch')
-rw-r--r--target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch b/target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch
index 91ae12630a..757616fa32 100644
--- a/target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch
+++ b/target/linux/generic/patches-3.14/710-phy-add-mdio_register_board_info.patch
@@ -45,7 +45,7 @@
phy_device_free(phydev);
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
-@@ -667,4 +667,22 @@ int __init mdio_bus_init(void);
+@@ -673,4 +673,22 @@ int __init mdio_bus_init(void);
void mdio_bus_exit(void);
extern struct bus_type mdio_bus_type;