Skip to content

Commit 56aa947

Browse files
gmalysatrini
authored andcommitted
net: dwc_eth_qos_adi: Add missing header
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 <[email protected]>
1 parent 76b8edb commit 56aa947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/dwc_eth_qos_adi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <clk.h>
1212
#include <dm.h>
13+
#include <env.h>
1314
#include <net.h>
1415
#include <phy.h>
1516
#include <reset.h>

0 commit comments

Comments
 (0)