kernel: bump 4.9 to 4.9.219
[openwrt/staging/xback.git] / target / linux / generic / pending-4.9 / 703-phy-add-detach-callback-to-struct-phy_driver.patch
index 04b75b0188291560c62b63f239a6078aff21b50c..9af4b0efcf294956a844a13672a9172fc5b8dc22 100644 (file)
@@ -11,7 +11,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
 
 --- a/drivers/net/phy/phy_device.c
 +++ b/drivers/net/phy/phy_device.c
-@@ -1005,6 +1005,9 @@ void phy_detach(struct phy_device *phyde
+@@ -1009,6 +1009,9 @@ void phy_detach(struct phy_device *phyde
        struct mii_bus *bus;
        int i;
  
@@ -23,7 +23,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
        phy_suspend(phydev);
 --- a/include/linux/phy.h
 +++ b/include/linux/phy.h
-@@ -507,6 +507,12 @@ struct phy_driver {
+@@ -509,6 +509,12 @@ struct phy_driver {
         */
        int (*did_interrupt)(struct phy_device *phydev);