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)
commit183d88cdfc19ea7bd56af69512f0d1425de73e77
tree1454e9a32ab5eabc9a0d277797feb6f4b4eed708
parent85b013e3f43ff4fa50ced6a23ba336813eaf9320
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>
drivers/net/dc2114x.c