]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/net.h: Drop <env.h>
authorTom Rini <trini@konsulko.com>
Thu, 15 May 2025 23:31:51 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
Now that all of the cases of code that relied on <net.h> to provide
<env.h> (or one of the headers that it includes, and so forth) have been
fixed, we can drop the include from here.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/net-common.h

index 2ca565fe4edc789f801a7a74649cea2a62d3f43a..9e82b280df2cdc4edd9f6fc97f09a201967962c3 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <asm/cache.h>
 #include <command.h>
-#include <env.h>
 #include <hexdump.h>
 #include <linux/if_ether.h>
 #include <linux/sizes.h>