]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: dc2114x: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:49 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
This file uses the environment but does not include the header file.
Update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/net/dc2114x.c

index 7c0665faa8e12572acd10f2a3063f6cd9c8ab28a..8fa549280aac31658b9f91c7b7387dd7b74ff004 100644 (file)
@@ -3,6 +3,7 @@
 #include <asm/io.h>
 #include <cpu_func.h>
 #include <dm.h>
+#include <env.h>
 #include <malloc.h>
 #include <net.h>
 #include <netdev.h>