dm: usb: Add an errno.h header to usb_ether.c
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2015 02:53:35 +0000 (20:53 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 13:31:36 +0000 (07:31 -0600)
This is required on some platforms, so add it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/eth/usb_ether.c

index 63785a9..3c3e082 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <common.h>
 #include <dm.h>
+#include <errno.h>
 #include <malloc.h>
 #include <usb.h>
 #include <dm/device-internal.h>