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

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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment