
6 Jul
2016
6 Jul
'16
1:10 a.m.
This corrects a build error on zynqmp.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Fix sign-off tag
drivers/net/phy/marvell.c | 1 + 1 file changed, 1 insertion(+)
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 <config.h> #include <common.h> +#include <errno.h> #include <phy.h>
#define PHY_AUTONEGOTIATE_TIMEOUT 5000
--
2.8.0.rc3.226.g39d4020