git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc0c2b
)
log: Include missing header for log.h
author
Sean Anderson
<seanga2@gmail.com>
Wed, 25 Dec 2019 04:54:54 +0000
(23:54 -0500)
committer
Simon Glass
<sjg@chromium.org>
Tue, 7 Jan 2020 23:03:01 +0000
(16:03 -0700)
log.h references cmd_tbl_t but command.h was not included
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/log.h
patch
|
blob
|
history
diff --git
a/include/log.h
b/include/log.h
index
64b787d
..
62fb8af
100644
(file)
--- 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>