projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c83c0
)
Avoid including config.h in command.h
author
Simon Glass
<sjg@chromium.org>
Thu, 12 Jun 2014 13:24:50 +0000
(07:24 -0600)
committer
Tom Rini
<trini@ti.com>
Thu, 19 Jun 2014 15:19:01 +0000
(11:19 -0400)
This is not necessary and prevents using this header when building tools.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/command.h
patch
|
blob
|
history
diff --git
a/include/command.h
b/include/command.h
index d3f700fc3c83f2f5da74f9d50ccfd6350f2512b1..6f06db1cc302ee219bd5c3ad75dd04723ec8895e 100644
(file)
--- a/
include/command.h
+++ b/
include/command.h
@@
-11,7
+11,6
@@
#ifndef __COMMAND_H
#define __COMMAND_H
-#include <config.h>
#include <linker_lists.h>
#ifndef NULL