net: phy: marvell: Add a missing errno.h header
This corrects a build error on zynqmp. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7f7ddf2a88
commit
fbfa1aba91
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <errno.h>
|
||||
#include <phy.h>
|
||||
|
||||
#define PHY_AUTONEGOTIATE_TIMEOUT 5000
|
||||
|
|
Loading…
Reference in New Issue