[PATCH 0/2] Fix ADI driver header dependencies

Greg Malysa malysagreg at gmail.com
Thu Sep 4 01:42:00 CEST 2025


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.


Greg Malysa (2):
  net: dwc_eth_qos_adi: Add missing header
  mmc: adi_sdhci: Update headers

 drivers/mmc/adi_sdhci.c       | 1 +
 drivers/net/dwc_eth_qos_adi.c | 1 +
 2 files changed, 2 insertions(+)

-- 
2.45.2

base-commit: 76b8edbc732e327d1e56f08c641f51fdefdbff06
branch: dev/uboot2025.10-fixes


More information about the U-Boot mailing list