projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6864fc8
)
x86: cbfs: Drop unwanted declaration
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Apr 2020 23:22:38 +0000
(17:22 -0600)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 30 Apr 2020 09:16:12 +0000
(17:16 +0800)
The intention here is add a forward declaration, not actually declare a
variable. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/cbfs.h
patch
|
blob
|
history
diff --git
a/include/cbfs.h
b/include/cbfs.h
index f3bc8ca24afe573405ec39d428649898c476ad3b..d915f9426d8201ea1ca9989dc267b676352bf378 100644
(file)
--- a/
include/cbfs.h
+++ b/
include/cbfs.h
@@
-135,7
+135,7
@@
void file_cbfs_get_next(const struct cbfs_cachenode **file);
*/
const struct cbfs_cachenode *file_cbfs_find(const char *name);
-struct cbfs_priv
*priv
;
+struct cbfs_priv;
/**
* cbfs_find_file() - Find a file in a given CBFS