commit | c7cd5b49db0e1d46aada00577a3421e29e2a8a59 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Fri Apr 26 13:26:50 2013 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon May 06 10:41:21 2013 +0200 |
tree | 6f5cc5405f0338650d085c1ef576f35e34e4c69a | |
parent | 78617b49fcd37281e03cf4fa5de858c707ac66c0 [diff] |
cmd: fpga: Do not include net.h 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>
diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index aa14ceb..5e1d037 100644 --- 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>