From: Simon Glass Date: Tue, 5 Jul 2016 23:10:12 +0000 (-0600) Subject: net: phy: marvell: Add a missing errno.h header X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fbfa1aba9181161fe5b38a180f20440a0511c051;p=project%2Fbcm63xx%2Fu-boot.git net: phy: marvell: Add a missing errno.h header This corrects a build error on zynqmp. Signed-off-by: Simon Glass --- diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 58d287bb07..4eeb0f6ede 100644 --- a/drivers/net/phy/marvell.c +++ b/drivers/net/phy/marvell.c @@ -8,6 +8,7 @@ */ #include #include +#include #include #define PHY_AUTONEGOTIATE_TIMEOUT 5000