git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9ff5a
)
include/net.h: Drop <env.h>
author
Tom Rini
<trini@konsulko.com>
Thu, 15 May 2025 23:31:51 +0000
(17:31 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/net-common.h
b/include/net-common.h
index
2ca565f
..
9e82b28
100644
(file)
--- a/
include/net-common.h
+++ b/
include/net-common.h
@@
-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>