mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Bin Meng
parent
53942b9658
commit
30cf2ba7c6
@@ -80,8 +80,6 @@ struct cbfs_cachenode {
|
|||||||
u32 attributes_offset;
|
u32 attributes_offset;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern enum cbfs_result file_cbfs_result;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* file_cbfs_error() - Return a string describing the most recent error
|
* file_cbfs_error() - Return a string describing the most recent error
|
||||||
* condition.
|
* condition.
|
||||||
|
Reference in New Issue
Block a user