[PATCH] cbfs: drop file_cbfs_result declaration
Christian Gmeiner
christian.gmeiner at gmail.com
Tue May 19 11:01:59 CEST 2020
It is not definded anywhere.
Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
---
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.
--
2.26.2
More information about the U-Boot
mailing list