diff options
author | Andrew Davis <afd@ti.com> | 2023-11-17 16:38:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-29 09:32:15 -0500 |
commit | 53a230001263e6aca89e7a1322f2c7adbee4d55e (patch) | |
tree | dc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /arch/arm/mach-keystone/ddr3_spd.c | |
parent | cef52c9cb2d0d1bcef32ec700e37e99a592bd175 (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_spd.c')
-rw-r--r-- | arch/arm/mach-keystone/ddr3_spd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/ddr3_spd.c b/arch/arm/mach-keystone/ddr3_spd.c index 6f7f8ab7b4..d4ff442175 100644 --- a/arch/arm/mach-keystone/ddr3_spd.c +++ b/arch/arm/mach-keystone/ddr3_spd.c @@ -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> |