kernel: bump 4.19 to 4.19.115
[openwrt/staging/rmilecki.git] / target / linux / generic / pending-4.19 / 703-phy-add-detach-callback-to-struct-phy_driver.patch
index 1c180b225b17c8a246450bfd5e6c71d43dbba51c..c8847a0234fabc374da0d6f6d46328611a0cbd0d 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
-@@ -1201,6 +1201,9 @@ void phy_detach(struct phy_device *phyde
+@@ -1205,6 +1205,9 @@ void phy_detach(struct phy_device *phyde
        struct module *ndev_owner = dev->dev.parent->driver->owner;
        struct mii_bus *bus;
  
@@ -23,7 +23,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
                sysfs_remove_link(&phydev->mdio.dev.kobj, "attached_dev");
 --- a/include/linux/phy.h
 +++ b/include/linux/phy.h
-@@ -567,6 +567,12 @@ struct phy_driver {
+@@ -569,6 +569,12 @@ struct phy_driver {
         */
        int (*did_interrupt)(struct phy_device *phydev);