U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
@ 2023-08-05 23:32 Pavel Korotkevich
  2023-11-01 18:32 ` Sean Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Korotkevich @ 2023-08-05 23:32 UTC (permalink / raw)
  To: u-boot

 From fe2ceb7c4365112055ecfc3bbf68ad47330b744d Mon Sep 17 00:00:00 2001
From: Pavel Korotkevich <pawday@mail.ru>
Date: Sun, 6 Aug 2023 02:00:41 +0300
Subject: [PATCH] cli: Add explicit kconfig dependency for 
CONFIG_IS_ENABLED macro

---
  include/cli.h | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/include/cli.h b/include/cli.h
index 094a6602d7..d6dbbde070 100644
--- a/include/cli.h
+++ b/include/cli.h
@@ -9,6 +9,8 @@

  #include <stdbool.h>

+#include <linux/kconfig.h>
+
  /**
   * struct cli_ch_state - state information for reading cmdline characters
   *
-- 
2.39.0


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

* Re: cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
  2023-08-05 23:32 cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro Pavel Korotkevich
@ 2023-11-01 18:32 ` Sean Anderson
  2023-11-01 23:22   ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Anderson @ 2023-11-01 18:32 UTC (permalink / raw)
  To: Pavel Korotkevich, u-boot

On 8/5/23 19:32, Pavel Korotkevich wrote:
>  From fe2ceb7c4365112055ecfc3bbf68ad47330b744d Mon Sep 17 00:00:00 2001
> From: Pavel Korotkevich <pawday@mail.ru>
> Date: Sun, 6 Aug 2023 02:00:41 +0300
> Subject: [PATCH] cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro

Please add a suitable commit message and use `git send-email` (or similar) to send your patches.

--Sean

> ---
>   include/cli.h | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/include/cli.h b/include/cli.h
> index 094a6602d7..d6dbbde070 100644
> --- a/include/cli.h
> +++ b/include/cli.h
> @@ -9,6 +9,8 @@
> 
>   #include <stdbool.h>
> 
> +#include <linux/kconfig.h>
> +
>   /**
>    * struct cli_ch_state - state information for reading cmdline characters
>    *


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

* Re: cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
  2023-11-01 18:32 ` Sean Anderson
@ 2023-11-01 23:22   ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-11-01 23:22 UTC (permalink / raw)
  To: Sean Anderson; +Cc: Pavel Korotkevich, u-boot

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

On Wed, Nov 01, 2023 at 02:32:06PM -0400, Sean Anderson wrote:
> On 8/5/23 19:32, Pavel Korotkevich wrote:
> >  From fe2ceb7c4365112055ecfc3bbf68ad47330b744d Mon Sep 17 00:00:00 2001
> > From: Pavel Korotkevich <pawday@mail.ru>
> > Date: Sun, 6 Aug 2023 02:00:41 +0300
> > Subject: [PATCH] cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
> 
> Please add a suitable commit message and use `git send-email` (or similar) to send your patches.
> 
> --Sean
> 
> > ---
> >   include/cli.h | 2 ++
> >   1 file changed, 2 insertions(+)
> > 
> > diff --git a/include/cli.h b/include/cli.h
> > index 094a6602d7..d6dbbde070 100644
> > --- a/include/cli.h
> > +++ b/include/cli.h
> > @@ -9,6 +9,8 @@
> > 
> >   #include <stdbool.h>
> > 
> > +#include <linux/kconfig.h>

This is a hard NAK, that file is -included by the build.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2023-11-01 23:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 23:32 cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro Pavel Korotkevich
2023-11-01 18:32 ` Sean Anderson
2023-11-01 23:22   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox