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:
53942b9
)
cbfs: drop file_cbfs_result declaration
author
Christian Gmeiner
<christian.gmeiner@gmail.com>
Tue, 19 May 2020 09:01:59 +0000
(11:01 +0200)
committer
Bin Meng
<bmeng.cn@gmail.com>
Wed, 27 May 2020 06:40:09 +0000
(14:40 +0800)
It is not definded anywhere.
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.gpk@gmx.de>
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 d915f9426d8201ea1ca9989dc267b676352bf378..d18001da76e2bfc9cf8df364d9cb981979339cfe 100644
(file)
--- a/
include/cbfs.h
+++ b/
include/cbfs.h
@@
-80,8
+80,6
@@
struct cbfs_cachenode {
u32 attributes_offset;
};
-extern enum cbfs_result file_cbfs_result;
-
/**
* file_cbfs_error() - Return a string describing the most recent error
* condition.