Merge patch series "Audit include list for include/[a-m]*.h"
authorTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:43:56 +0000 (17:43 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:43:56 +0000 (17:43 -0600)
commitd786c6b69f537ed2a64950028d270d064970d29f
tree13bf597187dd37e233f56d598ef1107977823897
parent52caad0d14a3d6de34d69929c6e795f62c623a00
parent824f8f52a1e44f6d281d3f89f23b3e85824a34fb
Merge patch series "Audit include list for include/[a-m]*.h"

Tom Rini <trini@konsulko.com> says:

Hey all,

Related to my other series I've posted recently on cleaning up some
headers, this series here is the result of at least lightly auditing the
#includes used in include/[a-m]*.h. This ignores subdirectories, as at
least in part I think the top-level includes we've constructed are the
most likely places to have some extra transitive include paths. I'm sure
there's exceptions and I'll likely audit deeper once this first pass is
done. This only gets as far as "include/m*.h" because I didn't want this
to get too big. This also sets aside <miiphy.h> and <phy.h>. While
miiphy.h does not directly need <phy.h> there are *so* many users and I
think I had half of the tree just about not building when I first tried.
It might be worth further investigation, but it might just be OK as-is.

Link: https://lore.kernel.org/r/20250521230119.2084088-1-trini@konsulko.com
arch/arm/mach-tegra/dt-setup.c
common/board_r.c
disk/part.c
include/bootflow.h
include/efi_loader.h
include/part.h
lib/efi_loader/efi_device_path.c