diff options
| author | Tim Harvey <[email protected]> | 2021-06-11 12:46:19 -0700 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-07-10 16:53:33 +0200 |
| commit | 729fd990c90f49953d918b132c7543e540dc5eb9 (patch) | |
| tree | b5e9b78a536361e05e001bcb0caa71c8bcd9dd7f | |
| parent | ca942ca1d83282ece414fcf5735c0917570c06d7 (diff) | |
imx: ventana: remove unneeded includes
remove unnecessary includes
Signed-off-by: Tim Harvey <[email protected]>
| -rw-r--r-- | board/gateworks/gw_ventana/gw_ventana.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index 1ed9c1a39f4..4a6b1dc461d 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -6,37 +6,23 @@ */ #include <common.h> -#include <init.h> -#include <log.h> -#include <net.h> #include <asm/arch/clock.h> #include <asm/arch/crm_regs.h> -#include <asm/arch/iomux.h> #include <asm/arch/mx6-pins.h> #include <asm/arch/mxc_hdmi.h> #include <asm/arch/sys_proto.h> #include <asm/global_data.h> #include <asm/gpio.h> #include <asm/mach-imx/boot_mode.h> -#include <asm/mach-imx/sata.h> #include <asm/mach-imx/video.h> -#include <asm/io.h> #include <asm/setup.h> -#include <dm.h> #include <env.h> #include <hwconfig.h> -#include <i2c.h> -#include <fdt_support.h> -#include <jffs2/load_kernel.h> #include <linux/ctype.h> #include <miiphy.h> #include <mtd_node.h> -#include <pci.h> #include <linux/delay.h> -#include <linux/libfdt.h> #include <power/pmic.h> -#include <power/ltc3676_pmic.h> -#include <power/pfuze100_pmic.h> #include <fdt_support.h> #include <jffs2/load_kernel.h> |
