summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-04-26 13:26:50 +0200
committerMichal Simek <michal.simek@xilinx.com>2013-05-06 10:41:21 +0200
commit5bd0bd7cef396a830996b4ad91b89b7d205c7298 (patch)
tree6f5cc5405f0338650d085c1ef576f35e34e4c69a /common
parent23f4bd756d5177ecedbbc32163ae456807b0fa66 (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>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_fpga.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c
index aa14ceb08c..5e1d037853 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>