Преглед изворни кода

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>
Michal Simek пре 12 година
родитељ
комит
5bd0bd7cef
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      common/cmd_fpga.c

+ 0 - 3
common/cmd_fpga.c

@@ -27,9 +27,6 @@
  */
  */
 #include <common.h>
 #include <common.h>
 #include <command.h>
 #include <command.h>
-#if defined(CONFIG_CMD_NET)
-#include <net.h>
-#endif
 #include <fpga.h>
 #include <fpga.h>
 #include <malloc.h>
 #include <malloc.h>