]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: keystone2: Remove unneeded inclusions of common.h
authorAndrew Davis <afd@ti.com>
Fri, 17 Nov 2023 22:38:29 +0000 (16:38 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 29 Nov 2023 14:32:15 +0000 (09:32 -0500)
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-keystone/clock.c
arch/arm/mach-keystone/cmd_clock.c
arch/arm/mach-keystone/cmd_mon.c
arch/arm/mach-keystone/cmd_poweroff.c
arch/arm/mach-keystone/ddr3.c
arch/arm/mach-keystone/ddr3_spd.c
arch/arm/mach-keystone/init.c
arch/arm/mach-keystone/keystone.c
arch/arm/mach-keystone/mon.c
arch/arm/mach-keystone/msmc.c
arch/arm/mach-keystone/psc.c

index 0c59515d2eb7637796099fe6a7aa3a3268dd220a..4f193794efb00e5e0628b33fde58e4e34e4472cc 100644 (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>
index 72dc394df5fb7d85c45845472ee643050b4556ce..e9ecc05953a8739ae7e2bbe1805f09fb7e1ad547 100644 (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>
index dc97bac8550181ec0b07f166f7faa0a414c64158..c6e7e2c3097d787c62d7cc97119c498ec7face2b 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <command.h>
 #include <image.h>
 #include <mach/mon.h>
index f0ad9173b961a115ee5d2931aca61bf091d557f5..0ad31ef4e288d9daad19e97125a5d09f905b1cd6 100644 (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>
index ea7d0b903cf6ae4d91d759e9831c454c5de402eb..ca0fb702d544dea92892054c2fb782daa9d8f94a 100644 (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>
index 6f7f8ab7b40c4a7c11e30e43516e3d59403d9e4e..d4ff442175bba037b2cae373719bcb0248f0b3e0 100644 (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>
index 1954e69e9f0d1ba0df0a3e645613fa4cb7b27b9e..39afaaa63d613fe4a157cc63a53dcb030f3f0c35 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <init.h>
 #include <ns16550.h>
index efaabca5a7e77eb02888399dcc182e49f2217bc4..8846df3af48d5a0b1b6a1dbee64df9594d5a43bd 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <env.h>
 #include <init.h>
 #include <asm/io.h>
index e91b0d68f4d62310e9325dda333ad21159d5b642..b945e19ec77568a6de722e47aa0c719af0fcf178 100644 (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>
index f5cadfbf6692f58e428554f5a8be5efd0673dd53..a20e0c98865c591c8d4a23e303d26bd672510274 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <asm/arch/msmc.h>
 
 struct mpax {
index 145aff8ac66f0c54a579420c7810a9fb5e69b01b..84d64f3bc40a4128a3dbce6ca04e20e40f9d06fb 100644 (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>