From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Caleb Connolly <caleb.connolly@linaro.org>,
Alexey Romanov <avromanov@salutedevices.com>,
Caleb Connolly <caleb.connolly@linaro.org>,
Ion Agorria <ion@agorria.com>, Simon Glass <sjg@chromium.org>,
Svyatoslav Ryhel <clamor95@gmail.com>,
Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH] include/fastboot.h: add missing types.h include
Date: Fri, 05 Jul 2024 14:15:44 +0200 [thread overview]
Message-ID: <877ce0m3v3.fsf@baylibre.com> (raw)
In-Reply-To: <20240621015135.1570605-1-caleb.connolly@linaro.org>
Hi Caleb,
Thank you for the patch.
On ven., juin 21, 2024 at 03:51, Caleb Connolly <caleb.connolly@linaro.org> wrote:
> Fixes a compile error when building with only the TCP fastboot implementation.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
> include/fastboot.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/fastboot.h b/include/fastboot.h
> index 2ca1b907a54d..b106d6177493 100644
> --- a/include/fastboot.h
> +++ b/include/fastboot.h
> @@ -11,8 +11,10 @@
> */
> #ifndef _FASTBOOT_H_
> #define _FASTBOOT_H_
>
> +#include <linux/types.h>
> +
> #define FASTBOOT_VERSION "0.4"
>
> /*
> * Signals u-boot fastboot code to send multiple responses by
> --
> 2.45.0
next prev parent reply other threads:[~2024-07-05 12:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-21 1:51 [PATCH] include/fastboot.h: add missing types.h include Caleb Connolly
2024-06-21 2:37 ` Sam Protsenko
2024-07-05 12:15 ` Mattijs Korpershoek [this message]
2024-07-09 7:17 ` Mattijs Korpershoek
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=877ce0m3v3.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=avromanov@salutedevices.com \
--cc=caleb.connolly@linaro.org \
--cc=clamor95@gmail.com \
--cc=ion@agorria.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--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.