mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 12:25:27 +00:00
x86: cbfs: Drop unwanted declaration
The intention here is add a forward declaration, not actually declare a variable. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
6864fc8704
commit
43a1230adf
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void file_cbfs_get_next(const struct cbfs_cachenode **file);
|
||||||
*/
|
*/
|
||||||
const struct cbfs_cachenode *file_cbfs_find(const char *name);
|
const struct cbfs_cachenode *file_cbfs_find(const char *name);
|
||||||
|
|
||||||
struct cbfs_priv *priv;
|
struct cbfs_priv;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cbfs_find_file() - Find a file in a given CBFS
|
* cbfs_find_file() - Find a file in a given CBFS
|
||||||
|
|
Loading…
Add table
Reference in a new issue