diff options
Diffstat (limited to 'common/cmd_fpga.c')
| -rw-r--r-- | common/cmd_fpga.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index aa14ceb08..5e1d03785 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> |