[U-Boot] [PATCH v3 6/9] cmd: fpga: Do not include net.h
Michal Simek
michal.simek at xilinx.com
Fri May 3 09:14:13 CEST 2013
There is no reason to include net.h header in fpga code.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
Changes in v3: None
Changes in v2: None
common/cmd_fpga.c | 3 ---
1 file changed, 3 deletions(-)
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>
--
1.8.2.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130503/8ddbc21c/attachment.pgp>
More information about the U-Boot
mailing list