commit | eac1bb375aef67050b5c9536bf8c552287163287 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 15 17:31:49 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu May 29 08:30:25 2025 -0600 |
tree | 1454e9a32ab5eabc9a0d277797feb6f4b4eed708 | |
parent | a47436d3520cf0bea30353634445c795c62fe127 [diff] [blame] |
net: dc2114x: Include env.h to permit reading the environment This file uses the environment but does not include the header file. Update it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/net/dc2114x.c b/drivers/net/dc2114x.c index 7c0665f..8fa5492 100644 --- a/drivers/net/dc2114x.c +++ b/drivers/net/dc2114x.c
@@ -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>