x86: cbfs: Drop unwanted declaration
authorSimon Glass <sjg@chromium.org>
Sun, 5 Apr 2020 23:22:38 +0000 (17:22 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Apr 2020 09:16:12 +0000 (17:16 +0800)
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>
include/cbfs.h

index f3bc8ca24afe573405ec39d428649898c476ad3b..d915f9426d8201ea1ca9989dc267b676352bf378 100644 (file)
@@ -135,7 +135,7 @@ void file_cbfs_get_next(const struct cbfs_cachenode **file);
  */
 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