]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: dwc_eth_qos_adi: Add missing header
authorGreg Malysa <malysagreg@gmail.com>
Wed, 3 Sep 2025 23:42:01 +0000 (19:42 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 16 Sep 2025 19:44:07 +0000 (13:44 -0600)
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

index 0e6a901e303ed116aef760fe166b226203cd0268..fee50a881566ddc0fe921fb748dce7d95df36a39 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <clk.h>
 #include <dm.h>
+#include <env.h>
 #include <net.h>
 #include <phy.h>
 #include <reset.h>