aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-03-17 19:46:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-03-17 19:46:32 +0000
commite4dd05ab0b9f791c4075b1e8b476ca7e52b5bab3 (patch)
treedf41253958a8b2f4377bbbac99b262124986bb26 /target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch
parent92d396ae447e978df4e3c3b26975437c276cfe44 (diff)
downloadmaster-187ad058-e4dd05ab0b9f791c4075b1e8b476ca7e52b5bab3.tar.gz
master-187ad058-e4dd05ab0b9f791c4075b1e8b476ca7e52b5bab3.tar.bz2
master-187ad058-e4dd05ab0b9f791c4075b1e8b476ca7e52b5bab3.zip
kernel: refresh 3.9 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch')
-rw-r--r--target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch b/target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch
index 6ab8742da8..5d178e627a 100644
--- a/target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch
+++ b/target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/phy/phy_device.c
+++ b/drivers/net/phy/phy_device.c
-@@ -610,6 +610,9 @@ EXPORT_SYMBOL(phy_attach);
+@@ -612,6 +612,9 @@ EXPORT_SYMBOL(phy_attach);
*/
void phy_detach(struct phy_device *phydev)
{