diff mbox

[U-Boot,v2,5/7] cmd: fpga: Do not include net.h

Message ID 1589a3bc9e397b34de8385a0bd38469cf522900e.1367398749.git.michal.simek@xilinx.com
State Superseded
Headers show

Commit Message

Michal Simek May 1, 2013, 8:59 a.m. UTC
There is no reason to include net.h header in fpga code.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
Changes in v2: None

 common/cmd_fpga.c | 3 ---
 1 file changed, 3 deletions(-)

--
1.8.2.1
diff mbox

Patch

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>