On Mon, Dec 23, 2019 at 11:03:21AM +0100, Geert Uytterhoeven wrote: > If CONFIG_OF_MDIO=n: > > drivers/net/phy/mdio_bus.c:23: > include/linux/of_mdio.h:58:13: warning: ‘of_mdiobus_child_is_phy’ defined but not used [-Wunused-function] > static bool of_mdiobus_child_is_phy(struct device_node *child) > ^~~~~~~~~~~~~~~~~~~~~~~ > > Fix this by adding the missing "inline" keyword. > > Fixes: 0aa4d016c043d16a ("of: mdio: export of_mdiobus_child_is_phy") > Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew