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-Tag: v2016.09-rc2~175^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbfa1aba9181161fe5b38a180f20440a0511c051;p=platform%2Fkernel%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 58d287b..4eeb0f6 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