
22 Jun
2017
22 Jun
'17
10:10 a.m.
Include <dm/util.h> to fix sparse warnings: symbol 'dm_dump_all' was not declared. Should it be static? symbol 'dm_dump_uclass' was not declared. Should it be static?
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com ---
drivers/core/dump.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/core/dump.c b/drivers/core/dump.c index fd4596ee68b7..c3e109e7ed11 100644 --- a/drivers/core/dump.c +++ b/drivers/core/dump.c @@ -8,6 +8,7 @@ #include <dm.h> #include <mapmem.h> #include <dm/root.h> +#include <dm/util.h>
static void show_devices(struct udevice *dev, int depth, int last_flag) {
--
2.7.4