[U-Boot] [PATCH] dm: include <dm/util.h> from driver/core/dump.c

Masahiro Yamada yamada.masahiro at socionext.com
Thu Jun 22 08:12:12 UTC 2017


> 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.masahiro at 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.masahiro at 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


More information about the U-Boot mailing list