From: Mark Brown Date: Mon, 8 Oct 2012 22:55:43 +0000 (+0000) Subject: netdev/phy: Prototype of_mdio_find_bus() X-Git-Tag: v3.7-rc1~66^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4085a7f0a09c73ef3e9de113c9f04d78c79be645;p=~emulex%2Finfiniband.git netdev/phy: Prototype of_mdio_find_bus() Ensure that of_mdio_find_bus() matches the prototype in the header (and stop sparse complaining) by including the header with the prototype. Signed-off-by: Mark Brown Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c index 170eb411ab5..c1ef3000ea6 100644 --- a/drivers/net/phy/mdio_bus.c +++ b/drivers/net/phy/mdio_bus.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include