From: Simon Glass Date: Thu, 12 Jun 2014 05:29:48 +0000 (-0600) Subject: dm: Add missing header files in lists and root X-Git-Tag: v2014.07-rc4~24^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a6d8fbef7eb801a6babad8a62b1318d098ed7ed;p=u-boot 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 --- diff --git a/drivers/core/lists.c b/drivers/core/lists.c index 9f2917f4bb..afb59d1d8d 100644 --- a/drivers/core/lists.c +++ b/drivers/core/lists.c @@ -14,6 +14,7 @@ #include #include #include +#include #include struct driver *lists_driver_lookup_name(const char *name) 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 #include #include +#include #include #include #include