diff mbox

[U-Boot,v2,05/13] net: phy: marvell: Add a missing errno.h header

Message ID 1467760220-8615-6-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass July 5, 2016, 11:10 p.m. UTC
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(+)

Comments

Simon Glass July 17, 2016, 9 p.m. UTC | #1
On 5 July 2016 at 17:10, Simon Glass <sjg@chromium.org> wrote:
> 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(+)

Applied to u-boot-dm.
diff mbox

Patch

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