]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "Fix ADI driver header dependencies"
authorTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 19:44:39 +0000 (13:44 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 19:44:39 +0000 (13:44 -0600)
Greg Malysa <malysagreg@gmail.com> says:

Between 2025.07 and 2025.10 many header dependency chains were improved,
but this exposed implicit header usage in several of our drivers. This
wasn't discovered before or included in the original fixes because our
drivers are not yet used by any mainline-supported boards, so build
tests did not find them. This series addresses the two build failures
I've encountered while rebasing our work onto 2025.10 and continuing to
prepare the next submission of our board files.

Link: https://lore.kernel.org/r/20250903234205.26787-1-malysagreg@gmail.com

Trivial merge