diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-04-26 13:26:50 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-05-06 10:41:21 +0200 |
commit | 5bd0bd7cef396a830996b4ad91b89b7d205c7298 (patch) | |
tree | 6f5cc5405f0338650d085c1ef576f35e34e4c69a /common | |
parent | 23f4bd756d5177ecedbbc32163ae456807b0fa66 (diff) | |
download | u-boot-imx-5bd0bd7cef396a830996b4ad91b89b7d205c7298.zip u-boot-imx-5bd0bd7cef396a830996b4ad91b89b7d205c7298.tar.gz u-boot-imx-5bd0bd7cef396a830996b4ad91b89b7d205c7298.tar.bz2 |
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>
Diffstat (limited to 'common')
-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 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> |