[PATCH] cbfs: drop file_cbfs_result declaration
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue May 19 12:30:30 CEST 2020
On 19.05.20 11:01, Christian Gmeiner wrote:
> It is not definded anywhere.
>
> Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
git grep -n 'file_cbfs_result'
finds only the line in the include.
Reviewed-by: Heinrich Schuchardt <xypron.gpk at gmx.de>
> ---
> include/cbfs.h | 2 --
> 1 file changed, 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.
>
More information about the U-Boot
mailing list