diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2020-05-19 11:01:59 +0200 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-05-27 14:40:09 +0800 |
commit | 30cf2ba7c6794c7b486c34aba2b25af66609bc42 (patch) | |
tree | bf810c0396f60211e9ba4ec2a8fac1c7340ed65b | |
parent | 53942b96586fd0c9b15fb89b7c73dbf4047350df (diff) | |
download | u-boot-30cf2ba7c6794c7b486c34aba2b25af66609bc42.tar.gz |
cbfs: drop file_cbfs_result declaration
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>
-rw-r--r-- | include/cbfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cbfs.h b/include/cbfs.h index d915f9426d..d18001da76 100644 --- 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. |