mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
dm: usb: Add an errno.h header to usb_ether.c
This is required on some platforms, so add it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
12dc8e7522
commit
2e5350fee0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <usb.h>
|
||||
#include <dm/device-internal.h>
|
||||
|
|
Loading…
Reference in a new issue