Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e067ee33 authored by Daniel Mack's avatar Daniel Mack Committed by David S. Miller
Browse files

of: of_mdio: export symbol of_mdiobus_link_phydev



Make of_mdiobus_link_phydev externally available.
This fixes CONFIG_OF_MDIO=m.

Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Fixes: 86f6cf41 ("net: of_mdio: add of_mdiobus_link_phydev()")
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4cd984b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ void of_mdiobus_link_phydev(struct mii_bus *mdio,
		}
	}
}
EXPORT_SYMBOL(of_mdiobus_link_phydev);

/* Helper function for of_phy_find_device */
static int of_phy_match(struct device *dev, void *phy_np)