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:
7894816
)
include/command.h: Drop <env.h>
author
Tom Rini
<trini@konsulko.com>
Wed, 14 May 2025 19:38:54 +0000
(13:38 -0600)
committer
Tom Rini
<trini@konsulko.com>
Wed, 14 May 2025 19:38:54 +0000
(13:38 -0600)
Now that all of the cases of code that relied on <command.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/command.h
patch
|
blob
|
history
diff --git
a/include/command.h
b/include/command.h
index
4158ca1
..
5d225cd
100644
(file)
--- a/
include/command.h
+++ b/
include/command.h
@@
-10,7
+10,6
@@
#ifndef __COMMAND_H
#define __COMMAND_H
-#include <env.h>
#include <linker_lists.h>
#include <linux/compiler_attributes.h>