From: Masahiro Yamada Date: Thu, 22 Jun 2017 08:10:11 +0000 (+0900) Subject: dm: include from driver/core/dump.c X-Git-Tag: v2017.09-rc1~214^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fce136aafe1f51b2dbca1439f3bf31a7e6d32ca9;p=u-boot dm: include from driver/core/dump.c Include 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 Reviewed-by: Bin Meng Acked-by: Simon Glass --- diff --git a/drivers/core/dump.c b/drivers/core/dump.c index fd4596ee68..c3e109e7ed 100644 --- a/drivers/core/dump.c +++ b/drivers/core/dump.c @@ -8,6 +8,7 @@ #include #include #include +#include static void show_devices(struct udevice *dev, int depth, int last_flag) {