commit | fce136aafe1f51b2dbca1439f3bf31a7e6d32ca9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 22 17:10:11 2017 +0900 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | 3ecce5e1a633d0e73e6213ae09c94e5492110b29 | |
parent | b2ec7ea731a1300fc3b888d9efa870fb4dafda79 [diff] |
dm: include <dm/util.h> from driver/core/dump.c 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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>