]> git.sur5r.net Git - u-boot/commit
dm: include <dm/util.h> from driver/core/dump.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 22 Jun 2017 08:10:11 +0000 (17:10 +0900)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commitfce136aafe1f51b2dbca1439f3bf31a7e6d32ca9
tree3ecce5e1a633d0e73e6213ae09c94e5492110b29
parentb2ec7ea731a1300fc3b888d9efa870fb4dafda79
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>
drivers/core/dump.c