From patchwork Tue May 19 09:01:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Gmeiner X-Patchwork-Id: 245987 List-Id: U-Boot discussion From: christian.gmeiner at gmail.com (Christian Gmeiner) Date: Tue, 19 May 2020 11:01:59 +0200 Subject: [PATCH] cbfs: drop file_cbfs_result declaration Message-ID: <20200519090159.64752-1-christian.gmeiner@gmail.com> It is not definded anywhere. Signed-off-by: Christian Gmeiner Reviewed-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- 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.