From: Mark Brown Date: Mon, 8 Oct 2012 22:55:43 +0000 (+0000) Subject: netdev/phy: Prototype of_mdio_find_bus() X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4085a7f0a09c73ef3e9de113c9f04d78c79be645;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.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 170eb411ab5d..c1ef3000ea60 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