From: Sean Anderson <seanga2@gmail.com>
To: Pavel Korotkevich <pawday@mail.ru>, u-boot@lists.denx.de
Subject: Re: cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
Date: Wed, 1 Nov 2023 14:32:06 -0400 [thread overview]
Message-ID: <142fae2e-7d24-581f-4974-b98237e54681@gmail.com> (raw)
In-Reply-To: <24370129-51c8-5a0f-4c3a-3c3a86e65968@mail.ru>
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
> *
next prev parent reply other threads:[~2023-11-01 18:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-05 23:32 cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro Pavel Korotkevich
2023-11-01 18:32 ` Sean Anderson [this message]
2023-11-01 23:22 ` Tom Rini
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=142fae2e-7d24-581f-4974-b98237e54681@gmail.com \
--to=seanga2@gmail.com \
--cc=pawday@mail.ru \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox