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

2018-05-30 Thread Simon Glass
On 28 May 2018 at 06:25, Peng Fan wrote: > cmd_tbl_t is defined in command.h, so include it in log.h > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > include/log.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Simon Glass Better I think to get rid of the cmd_tbl_t typedef and

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

2018-05-28 Thread Peng Fan
cmd_tbl_t is defined in command.h, so include it in log.h Signed-off-by: Peng Fan Cc: Simon Glass --- include/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/log.h b/include/log.h index a3edd25546..51cfd6fc0b 100644 --- a/include/log.h +++