ARM: keystone2: Remove unneeded inclusions of common.h

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Andrew Davis 2023-11-17 16:38:29 -06:00 committed by Tom Rini
parent cef52c9cb2
commit 53a2300012
11 changed files with 3 additions and 11 deletions

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <asm/arch/clock.h>
#include <asm/arch/clock_defs.h>
#include <linux/bitops.h>

View file

@ -6,7 +6,7 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <vsprintf.h>
#include <command.h>
#include <asm/arch/hardware.h>
#include <asm/arch/clock.h>

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <command.h>
#include <image.h>
#include <mach/mon.h>

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <command.h>
#include <asm/arch/mon.h>
#include <asm/arch/psc_defs.h>

View file

@ -9,7 +9,7 @@
#include <cpu_func.h>
#include <env.h>
#include <asm/io.h>
#include <common.h>
#include <vsprintf.h>
#include <asm/arch/msmc.h>
#include <asm/arch/ddr3.h>
#include <asm/arch/psc_defs.h>

View file

@ -5,8 +5,8 @@
* (C) Copyright 2015-2016 Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <log.h>
#include <string.h>
#include <i2c.h>
#include <ddr_spd.h>

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <cpu_func.h>
#include <init.h>
#include <ns16550.h>

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <env.h>
#include <init.h>
#include <asm/io.h>

View file

@ -8,7 +8,6 @@
#include <hang.h>
#include <image.h>
#include <asm/unaligned.h>
#include <common.h>
#include <command.h>
#include <mach/mon.h>
#include <spl.h>

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <asm/arch/msmc.h>
struct mpax {

View file

@ -6,7 +6,6 @@
* Texas Instruments Incorporated, <www.ti.com>
*/
#include <common.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <asm/io.h>