]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cmd: fpga: Do not include net.h
authorMichal Simek <michal.simek@xilinx.com>
Fri, 26 Apr 2013 11:26:50 +0000 (13:26 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 May 2013 08:41:21 +0000 (10:41 +0200)
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>
common/cmd_fpga.c

index aa14ceb08c4a3f5c66f412d1a8a97092ec5d41b1..5e1d0378536fa154a5d7b584744855f7837230e8 100644 (file)
@@ -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>