aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone/ddr3.c
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-11-17 16:38:29 -0600
committerTom Rini <trini@konsulko.com>2023-11-29 09:32:15 -0500
commit53a230001263e6aca89e7a1322f2c7adbee4d55e (patch)
treedc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /arch/arm/mach-keystone/ddr3.c
parentcef52c9cb2d0d1bcef32ec700e37e99a592bd175 (diff)
ARM: keystone2: Remove unneeded inclusions of common.h
Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-keystone/ddr3.c')
-rw-r--r--arch/arm/mach-keystone/ddr3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/ddr3.c b/arch/arm/mach-keystone/ddr3.c
index ea7d0b903c..ca0fb702d5 100644
--- a/arch/arm/mach-keystone/ddr3.c
+++ b/arch/arm/mach-keystone/ddr3.c
@@ -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>