[U-Boot] [PATCH 22/27] net: phy: marvell: Add a missing errno.h header

Simon Glass sjg at chromium.org
Mon Jun 13 07:30:34 CEST 2016


This corrects a build error on zynqmp.

Signed-off-by: Simon Glass <sjg at chromium.odrg>
Signed-off-by: Simon Glass <sjg at chromium.org>
---

 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 d2e68d4..8de0574 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



More information about the U-Boot mailing list