diff mbox

[U-Boot,v3,6/9] cmd: fpga: Do not include net.h

Message ID 3b7fbf0d128b40c4d0cbfd82ca12e0f6cccd2fe8.1367565248.git.michal.simek@xilinx.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Michal Simek May 3, 2013, 7:14 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 v3: None
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>