From c48f2b68d8f520bc8be1581cc1b4ede77e9288dd Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 8 Oct 2012 22:55:43 +0000 Subject: [PATCH] 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 --- drivers/net/phy/mdio_bus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c index 170eb411ab5d9..c1ef3000ea606 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 -- 2.39.5