From: Michal Simek Date: Fri, 26 Apr 2013 11:26:50 +0000 (+0200) Subject: cmd: fpga: Do not include net.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fda8e12b64b36282de4bbbd88034baa12a48d9d8;p=thirdparty%2Fu-boot.git cmd: fpga: Do not include net.h There is no reason to include net.h header in fpga code. Signed-off-by: Michal Simek Reviewed-by: Tom Rini --- diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index aa14ceb08c4..5e1d0378536 100644 --- a/common/cmd_fpga.c +++ b/common/cmd_fpga.c @@ -27,9 +27,6 @@ */ #include #include -#if defined(CONFIG_CMD_NET) -#include -#endif #include #include