projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7ddf2
)
net: phy: marvell: Add a missing errno.h header
author
Simon Glass
<sjg@chromium.org>
Tue, 5 Jul 2016 23:10:12 +0000
(17:10 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 27 Jul 2016 20:15:54 +0000
(14:15 -0600)
This corrects a build error on zynqmp.
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/net/phy/marvell.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/marvell.c
b/drivers/net/phy/marvell.c
index 58d287bb071eed5ce1af2ce037625b17fbc183d6..4eeb0f6ede8c88e82ed5bb859976d0e328d31423 100644
(file)
--- 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