diff options
author | Simon Glass <sjg@chromium.org> | 2014-06-11 23:29:48 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-06-20 11:55:42 -0600 |
commit | 6a6d8fbef7eb801a6babad8a62b1318d098ed7ed (patch) | |
tree | 6c7453ad91a10520da72c8d3963feb91e9526d21 /drivers/core/root.c | |
parent | 939cda5bf06205971c1e6849032144454017f200 (diff) | |
download | u-boot-6a6d8fbef7eb801a6babad8a62b1318d098ed7ed.tar.gz |
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>
Diffstat (limited to 'drivers/core/root.c')
-rw-r--r-- | drivers/core/root.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/core/root.c b/drivers/core/root.c index 4977875c7f..f31be72cd0 100644 --- a/drivers/core/root.c +++ b/drivers/core/root.c @@ -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> |