[PATCH] log: Include missing header for log.h

log.h references cmd_tbl_t but command.h was not included
Signed-off-by: Sean Anderson seanga2@gmail.com --- include/log.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/log.h b/include/log.h index d8f18a6afd..820cdcc3a2 100644 --- a/include/log.h +++ b/include/log.h @@ -9,6 +9,7 @@ #ifndef __LOG_H #define __LOG_H
+#include <command.h> #include <dm/uclass-id.h> #include <linux/list.h>

On Tue, 24 Dec 2019 at 21:54, Sean Anderson seanga2@gmail.com wrote:
log.h references cmd_tbl_t but command.h was not included
Signed-off-by: Sean Anderson seanga2@gmail.com
include/log.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org

On Tue, 24 Dec 2019 at 21:54, Sean Anderson seanga2@gmail.com wrote:
log.h references cmd_tbl_t but command.h was not included
Signed-off-by: Sean Anderson seanga2@gmail.com
include/log.h | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
participants (3)
-
Sean Anderson
-
Simon Glass
-
sjg@google.com