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:
Simon Glass 2016-07-05 17:10:12 -06:00
parent 7f7ddf2a88
commit fbfa1aba91

View File

@ -8,6 +8,7 @@
*/
#include <config.h>
#include <common.h>
#include <errno.h>
#include <phy.h>
#define PHY_AUTONEGOTIATE_TIMEOUT 5000