net: phy: marvell: Add a missing errno.h header

This corrects a build error on zynqmp.

Signed-off-by: Simon Glass <sjg@chromium.org>
master
Simon Glass 8 years ago
parent 7f7ddf2a88
commit fbfa1aba91
  1. 1
      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

Loading…
Cancel
Save