From: Greg Malysa <malysagreg@gmail.com>
To: u-boot@lists.denx.de
Cc: philip.molloy@analog.com, adsp-linux@analog.com,
Greg Malysa <malysagreg@gmail.com>,
Arturs Artamonovs <arturs.artamonovs@analog.com>,
Ian Roberts <ian.roberts@timesys.com>,
Joe Hershberger <joe.hershberger@ni.com>,
Nathan Barrett-Morrison <nathan.morrison@timesys.com>,
Ramon Fried <rfried.dev@gmail.com>, Tom Rini <trini@konsulko.com>,
Utsav Agarwal <utsav.agarwal@analog.com>,
Vasileios Bimpikas <vasileios.bimpikas@analog.com>
Subject: [PATCH 1/2] net: dwc_eth_qos_adi: Add missing header
Date: Wed, 3 Sep 2025 19:42:01 -0400 [thread overview]
Message-ID: <20250903234205.26787-2-malysagreg@gmail.com> (raw)
In-Reply-To: <20250903234205.26787-1-malysagreg@gmail.com>
Following header dependency cleanups, an implicit dependence on env.h
was exposed in dwc_eth_qos_adi. However because this driver is not (yet)
enabled in any defconfigs, build tests did not identify the missing
header. This adds the missing #include so that the driver builds
correctly when enabled.
Signed-off-by: Greg Malysa <malysagreg@gmail.com>
---
---
drivers/net/dwc_eth_qos_adi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/dwc_eth_qos_adi.c b/drivers/net/dwc_eth_qos_adi.c
index 0e6a901e303..fee50a88156 100644
--- a/drivers/net/dwc_eth_qos_adi.c
+++ b/drivers/net/dwc_eth_qos_adi.c
@@ -10,6 +10,7 @@
#include <clk.h>
#include <dm.h>
+#include <env.h>
#include <net.h>
#include <phy.h>
#include <reset.h>
--
2.45.2
next prev parent reply other threads:[~2025-09-03 23:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-03 23:42 [PATCH 0/2] Fix ADI driver header dependencies Greg Malysa
2025-09-03 23:42 ` Greg Malysa [this message]
2025-09-03 23:42 ` [PATCH 2/2] mmc: adi_sdhci: Update headers Greg Malysa
2025-09-04 1:57 ` Peng Fan
2025-09-16 22:06 ` [PATCH 0/2] Fix ADI driver header dependencies 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=20250903234205.26787-2-malysagreg@gmail.com \
--to=malysagreg@gmail.com \
--cc=adsp-linux@analog.com \
--cc=arturs.artamonovs@analog.com \
--cc=ian.roberts@timesys.com \
--cc=joe.hershberger@ni.com \
--cc=nathan.morrison@timesys.com \
--cc=philip.molloy@analog.com \
--cc=rfried.dev@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=utsav.agarwal@analog.com \
--cc=vasileios.bimpikas@analog.com \
/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.