commit | 5bd0bd7cef396a830996b4ad91b89b7d205c7298 | [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 | 23f4bd756d5177ecedbbc32163ae456807b0fa66 [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>