projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12dc8e7
)
dm: usb: Add an errno.h header to usb_ether.c
author
Simon Glass
<sjg@chromium.org>
Wed, 8 Jul 2015 02:53:35 +0000
(20:53 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/drivers/usb/eth/usb_ether.c
b/drivers/usb/eth/usb_ether.c
index 63785a9c598195cbb9d9465154622c059ba24ff4..3c3e082b278b519ef0482568d1ec82c960fa31a9 100644
(file)
--- a/
drivers/usb/eth/usb_ether.c
+++ b/
drivers/usb/eth/usb_ether.c
@@
-6,6
+6,7
@@
#include <common.h>
#include <dm.h>
+#include <errno.h>
#include <malloc.h>
#include <usb.h>
#include <dm/device-internal.h>