From patchwork Tue Oct 9 08:55:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: netdev/phy: Prototype of_mdio_find_bus() Date: Mon, 08 Oct 2012 22:55:43 -0000 From: Mark Brown X-Patchwork-Id: 190243 Message-Id: <1349772944-14289-1-git-send-email-broonie@opensource.wolfsonmicro.com> To: "David S. Miller" , David Daney Cc: netdev@vger.kernel.org, Mark Brown 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 --- 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 170eb41..c1ef300 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