diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-04-02 22:11:08 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-04-28 10:45:55 +0200 |
commit | 444e4925a4754b9bbeb50bc577f5e4656bc28f4c (patch) | |
tree | 6857736bd91c1a0bd5ee3ee8001ec78998cec5cb /board/gateworks | |
parent | a594a6f121689f206cc5dba0208f603d1e61bc8e (diff) | |
download | u-boot-imx-444e4925a4754b9bbeb50bc577f5e4656bc28f4c.zip u-boot-imx-444e4925a4754b9bbeb50bc577f5e4656bc28f4c.tar.gz u-boot-imx-444e4925a4754b9bbeb50bc577f5e4656bc28f4c.tar.bz2 |
ventana: remove redundant include
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks')
-rw-r--r-- | board/gateworks/gw_ventana/gw_ventana.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index c130e2c..2113740 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -31,7 +31,6 @@ #include <netdev.h> #include <power/pmic.h> #include <power/pfuze100_pmic.h> -#include <i2c.h> #include <fdt_support.h> #include <jffs2/load_kernel.h> #include <spi_flash.h> |