summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/703-phy-add-detach-callback-to-struct-phy_driver.patch
diff options
context:
space:
mode:
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 6ab8742da..5d178e627 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)
{