From: Michal Simek <michal.simek@xilinx.com>
Date: Fri, 26 Apr 2013 11:26:50 +0000 (+0200)
Subject: cmd: fpga: Do not include net.h
X-Git-Tag: v2025.01-rc5-pxa1908~16271
X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B?a=commitdiff_plain;h=5bd0bd7cef396a830996b4ad91b89b7d205c7298;p=u-boot.git

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 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>