aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/of/of_mdio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_mdio.c b/drivers/of/of_mdio.c
index 8478c97f9201..fb4a59830648 100644
--- a/drivers/of/of_mdio.c
+++ b/drivers/of/of_mdio.c
@@ -214,6 +214,7 @@ void of_mdiobus_link_phydev(struct mii_bus *mdio,
214 } 214 }
215 } 215 }
216} 216}
217EXPORT_SYMBOL(of_mdiobus_link_phydev);
217 218
218/* Helper function for of_phy_find_device */ 219/* Helper function for of_phy_find_device */
219static int of_phy_match(struct device *dev, void *phy_np) 220static int of_phy_match(struct device *dev, void *phy_np)