mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
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>
This commit is contained in:
parent
53942b9658
commit
30cf2ba7c6
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue