mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
dm: Add missing header files in lists and root
These files don't compile in some architectures. Fix it by adding the missing headers. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
939cda5bf0
commit
6a6d8fbef7
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <dm/platdata.h>
|
||||
#include <dm/uclass.h>
|
||||
#include <dm/util.h>
|
||||
#include <fdtdec.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
struct driver *lists_driver_lookup_name(const char *name)
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <common.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <libfdt.h>
|
||||
#include <dm/device.h>
|
||||
#include <dm/device-internal.h>
|
||||
#include <dm/lists.h>
|
||||
|
|
Loading…
Reference in a new issue