kernel: bump 4.9 to 4.9.164

Refreshed all patches.

Compile-tested on: ar7
Runtime-tested on: none

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
Koen Vandeputte
2019-03-20 13:27:16 +01:00
parent 9c63141025
commit fa91a147bb
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
/**
* mdiobus_alloc_size - allocate a mii_bus structure
* @size: extra amount of memory to allocate for private storage.
@@ -401,6 +403,17 @@ void mdiobus_free(struct mii_bus *bus)
@@ -400,6 +402,17 @@ void mdiobus_free(struct mii_bus *bus)
}
EXPORT_SYMBOL(mdiobus_free);
@@ -27,7 +27,7 @@
/**
* mdiobus_scan - scan a bus for MDIO devices.
* @bus: mii_bus to scan
@@ -416,6 +429,7 @@ EXPORT_SYMBOL(mdiobus_free);
@@ -415,6 +428,7 @@ EXPORT_SYMBOL(mdiobus_free);
struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr)
{
struct phy_device *phydev;
@@ -35,7 +35,7 @@
int err;
phydev = get_phy_device(bus, addr, false);
@@ -428,6 +442,12 @@ struct phy_device *mdiobus_scan(struct m
@@ -427,6 +441,12 @@ struct phy_device *mdiobus_scan(struct m
*/
of_mdiobus_link_mdiodev(bus, &phydev->mdio);