From 729fd990c90f49953d918b132c7543e540dc5eb9 Mon Sep 17 00:00:00 2001 From: Tim Harvey <tharvey@gateworks.com> Date: Fri, 11 Jun 2021 12:46:19 -0700 Subject: [PATCH] imx: ventana: remove unneeded includes remove unnecessary includes Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- board/gateworks/gw_ventana/gw_ventana.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index 1ed9c1a39f..4a6b1dc461 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> -- 2.39.5