> dm: include <dm/util.h> from driver/core/dump.c

A typo in the subject.
I mean "drivers/core/dump.c"



2017-06-22 17:10 GMT+09:00 Masahiro Yamada <yamada.masah...@socionext.com>:
> 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.masah...@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)


-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to