commit | 766c28a548714a8944e9638a2727157191ff6cca | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 22 16:50:01 2017 +0900 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | 611127e05ed11227cfed1033316c9d212c66beed | |
parent | 99bb38e2cce9d99238458e0f6d1880c6d2e80a4d [diff] |
dm: include <dm/util.h> from drivers/core/util.c Fix sparse warnings "... was not declared. Should it be static?" Also, fix redefinition of dm_warn/dm_dbg. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>