]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:17 +0000 (08:17 +0200)
This is required on some platforms, so add it.

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

index 63785a9c598195cbb9d9465154622c059ba24ff4..3c3e082b278b519ef0482568d1ec82c960fa31a9 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>