From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Mattijs Korpershoek <mkorpershoek@kernel.org>
Subject: Re: [PATCH 09/17] include/dfu.h: Audit include list
Date: Thu, 22 May 2025 09:05:45 +0200 [thread overview]
Message-ID: <877c29gm5y.fsf@kernel.org> (raw)
In-Reply-To: <20250521230119.2084088-10-trini@konsulko.com>
Hi Tom,
Thank you for the patch.
On mer., mai 21, 2025 at 16:51, Tom Rini <trini@konsulko.com> wrote:
> This file does not need a forward declaration of 'struct list_head' as
> it includes <linux/list.h> so remove it.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
> ---
> Cc: Mattijs Korpershoek <mkorpershoek@kernel.org>
> ---
> include/dfu.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/dfu.h b/include/dfu.h
> index 12f9dfcdfcdf..80593a906fd2 100644
> --- a/include/dfu.h
> +++ b/include/dfu.h
> @@ -173,7 +173,6 @@ struct dfu_entity {
> unsigned int inited:1;
> };
>
> -struct list_head;
> extern struct list_head dfu_list;
>
> #ifdef CONFIG_SET_DFU_ALT_INFO
> --
> 2.43.0
next prev parent reply other threads:[~2025-05-22 7:05 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 22:51 [PATCH 00/17] Audit include list for include/[a-m]*.h Tom Rini
2025-05-21 22:51 ` [PATCH 01/17] include/ahci.h: Audit include list Tom Rini
2025-05-21 22:51 ` [PATCH 02/17] include/arm_ffa.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 03/17] include/bios_emul.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 04/17] include/bootflow.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 05/17] include/bootstd.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 06/17] include/cadence-nand.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 07/17] include/cbfs.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 08/17] include/compiler.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 09/17] include/dfu.h: " Tom Rini
2025-05-22 7:05 ` Mattijs Korpershoek [this message]
2025-05-21 22:51 ` [PATCH 10/17] include/dw_hdmi.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 11/17] include/dwmmc.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 12/17] include/efi_loader.h, include/efi_tcg2.h: " Tom Rini
2025-05-22 14:23 ` Ilias Apalodimas
2025-05-21 22:51 ` [PATCH 13/17] include/fat.h: " Tom Rini
2025-05-21 22:51 ` [PATCH 14/17] include/ide.h: Cleanup usage Tom Rini
2025-05-21 22:51 ` [PATCH 15/17] include/mmc.h: Audit include list Tom Rini
2025-05-21 22:51 ` [PATCH 16/17] include/mtd.h: Cleanup usage Tom Rini
2025-05-21 22:51 ` [PATCH 17/17] global: Cleanup usage of "ETH_ALEN" Tom Rini
2025-06-03 15:02 ` [PATCH 00/17] Audit include list for include/[a-m]*.h 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=877c29gm5y.fsf@kernel.org \
--to=mkorpershoek@kernel.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.