aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2020-05-19 11:01:59 +0200
committerBin Meng <bmeng.cn@gmail.com>2020-05-27 14:40:09 +0800
commit30cf2ba7c6794c7b486c34aba2b25af66609bc42 (patch)
treebf810c0396f60211e9ba4ec2a8fac1c7340ed65b /include
parent53942b96586fd0c9b15fb89b7c73dbf4047350df (diff)
downloadu-boot-30cf2ba7c6794c7b486c34aba2b25af66609bc42.zip
u-boot-30cf2ba7c6794c7b486c34aba2b25af66609bc42.tar.gz
u-boot-30cf2ba7c6794c7b486c34aba2b25af66609bc42.tar.bz2
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>
Diffstat (limited to 'include')
-rw-r--r--include/cbfs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cbfs.h b/include/cbfs.h
index d915f94..d18001d 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.