From: Simon Glass Date: Sun, 5 Apr 2020 23:22:38 +0000 (-0600) Subject: x86: cbfs: Drop unwanted declaration X-Git-Tag: v2020.07-rc2~23^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=43a1230adfbf44fd2a8b77aa73528a1d3e604de6;p=oweals%2Fu-boot.git 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 Reviewed-by: Bin Meng --- diff --git a/include/cbfs.h b/include/cbfs.h index f3bc8ca24a..d915f9426d 100644 --- a/include/cbfs.h +++ b/include/cbfs.h @@ -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