All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cbfs: drop file_cbfs_result declaration
@ 2020-05-19  9:01 Christian Gmeiner
  2020-05-19 10:30 ` Heinrich Schuchardt
  2020-05-19 13:37 ` Bin Meng
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Gmeiner @ 2020-05-19  9:01 UTC (permalink / raw)
  To: u-boot

It is not definded anywhere.

Signed-off-by: Christian Gmeiner <christian.gmeiner@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] cbfs: drop file_cbfs_result declaration
  2020-05-19  9:01 [PATCH] cbfs: drop file_cbfs_result declaration Christian Gmeiner
@ 2020-05-19 10:30 ` Heinrich Schuchardt
  2020-05-19 13:37 ` Bin Meng
  1 sibling, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2020-05-19 10:30 UTC (permalink / raw)
  To: u-boot

On 19.05.20 11:01, Christian Gmeiner wrote:
> It is not definded anywhere.
>
> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

git grep -n 'file_cbfs_result'
finds only the line in the include.

Reviewed-by: Heinrich Schuchardt <xypron.gpk@gmx.de>

> ---
>  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.
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] cbfs: drop file_cbfs_result declaration
  2020-05-19  9:01 [PATCH] cbfs: drop file_cbfs_result declaration Christian Gmeiner
  2020-05-19 10:30 ` Heinrich Schuchardt
@ 2020-05-19 13:37 ` Bin Meng
  2020-05-19 14:17   ` Bin Meng
  1 sibling, 1 reply; 4+ messages in thread
From: Bin Meng @ 2020-05-19 13:37 UTC (permalink / raw)
  To: u-boot

On Tue, May 19, 2020 at 5:02 PM Christian Gmeiner
<christian.gmeiner@gmail.com> wrote:
>
> It is not definded anywhere.
>
> Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> ---
>  include/cbfs.h | 2 --
>  1 file changed, 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] cbfs: drop file_cbfs_result declaration
  2020-05-19 13:37 ` Bin Meng
@ 2020-05-19 14:17   ` Bin Meng
  0 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2020-05-19 14:17 UTC (permalink / raw)
  To: u-boot

On Tue, May 19, 2020 at 9:37 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Tue, May 19, 2020 at 5:02 PM Christian Gmeiner
> <christian.gmeiner@gmail.com> wrote:
> >
> > It is not definded anywhere.
> >
> > Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> > ---
> >  include/cbfs.h | 2 --
> >  1 file changed, 2 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-19 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19  9:01 [PATCH] cbfs: drop file_cbfs_result declaration Christian Gmeiner
2020-05-19 10:30 ` Heinrich Schuchardt
2020-05-19 13:37 ` Bin Meng
2020-05-19 14:17   ` Bin Meng

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.