[U-Boot] [PATCH 38/41] log: include command header file

Simon Glass sjg at chromium.org
Wed May 30 19:18:36 UTC 2018


On 28 May 2018 at 06:25, Peng Fan <peng.fan at nxp.com> wrote:
> cmd_tbl_t is defined in command.h, so include it in log.h
>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>  include/log.h | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Better I think to get rid of the cmd_tbl_t typedef and forward-declare
the struct in log.h


More information about the U-Boot mailing list