All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v2 4/7] x86: cbfs: Drop unwanted declaration
Date: Sun, 26 Apr 2020 13:38:21 -0600	[thread overview]
Message-ID: <20200426133808.v2.4.I9cbd1af1c7a30c06301650e4eb40641b236bbb7d@changeid> (raw)
In-Reply-To: <20200426193824.171193-1-sjg@chromium.org>

The intention here is add a forward declaration, not actually declare a
variable. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 include/cbfs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.26.2.303.gf8c07b1a785-goog

  parent reply	other threads:[~2020-04-26 19:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 19:38 [PATCH v2 0/7] x86: efi: Add a 64-bit coreboot payload Simon Glass
2020-04-26 19:38 ` [PATCH v2 1/7] x86: Allow building an SPL image for coreboot Simon Glass
2020-04-26 19:38 ` [PATCH v2 2/7] x86: Move work-around out of cpu_jump_to_64bit_uboot() Simon Glass
2020-04-26 19:38 ` [PATCH v2 3/7] x86: Update SPL for coreboot Simon Glass
2020-04-26 19:38 ` Simon Glass [this message]
2020-04-26 19:38 ` [PATCH v2 5/7] x86: coreboot: Allow building an SPL image Simon Glass
2020-04-26 19:38 ` [PATCH v2 6/7] x86: Add an indication of 32/64-bit to bdinfo Simon Glass
2020-04-26 20:21   ` Heinrich Schuchardt
2020-04-26 20:32     ` Simon Glass
2020-04-26 21:14       ` Heinrich Schuchardt
2020-04-26 21:23         ` Mark Kettenis
2020-04-26 19:38 ` [PATCH v2 7/7] x86: Add a 64-bit coreboot build Simon Glass
2020-04-30 13:56 ` [PATCH v2 0/7] x86: efi: Add a 64-bit coreboot payload Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200426133808.v2.4.I9cbd1af1c7a30c06301650e4eb40641b236bbb7d@changeid \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.