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:
23f4bd7
)
cmd: fpga: Do not include net.h
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 26 Apr 2013 11:26:50 +0000
(13:26 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 6 May 2013 08:41:21 +0000
(10:41 +0200)
There is no reason to include net.h header in fpga code.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@ti.com>
common/cmd_fpga.c
patch
|
blob
|
history
diff --git
a/common/cmd_fpga.c
b/common/cmd_fpga.c
index aa14ceb08c4a3f5c66f412d1a8a97092ec5d41b1..5e1d0378536fa154a5d7b584744855f7837230e8 100644
(file)
--- a/
common/cmd_fpga.c
+++ b/
common/cmd_fpga.c
@@
-27,9
+27,6
@@
*/
#include <common.h>
#include <command.h>
-#if defined(CONFIG_CMD_NET)
-#include <net.h>
-#endif
#include <fpga.h>
#include <malloc.h>