From d870349db657b14524a035a05cacbe829fc44530 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 27 Nov 2014 18:26:00 +0000 Subject: kernel: backport patches for overriding PHY reset to 3.14 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43409 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch') diff --git a/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch b/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch index f4750bd56e..fee6b8c6c0 100644 --- a/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch +++ b/target/linux/generic/patches-3.14/703-phy-add-detach-callback-to-struct-phy_driver.patch @@ -12,7 +12,7 @@ phy_suspend(phydev); --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -441,6 +441,12 @@ struct phy_driver { +@@ -446,6 +446,12 @@ struct phy_driver { */ int (*did_interrupt)(struct phy_device *phydev); -- cgit v1.2.3