
1 May
2013
1 May
'13
10:59 a.m.
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(-)
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