summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-07 15:18:24 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-07 15:18:24 +0000
commitf28260a1aa0e20186d49a99384c4d172cb2d2806 (patch)
tree178a049bb4db5f46fce78954d5026edcd4832cfd /target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch
parentc76ab946eb1bce2f9b5278c38c9d224655488845 (diff)
generic: add detach callback to struct phy_driver
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35510 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch')
-rw-r--r--target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch b/target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch
index a1c5b1d4b..9a68feaca 100644
--- a/target/linux/generic/patches-3.8/710-phy-add-mdio_register_board_info.patch
+++ b/target/linux/generic/patches-3.8/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
-@@ -575,4 +575,22 @@ int __init mdio_bus_init(void);
+@@ -581,4 +581,22 @@ int __init mdio_bus_init(void);
void mdio_bus_exit(void);
extern struct bus_type mdio_bus_type;