
28 Jan
2025
28 Jan
'25
6:02 a.m.
Hi Neha,
Am 27.01.25 um 21:22 schrieb Neha Malcom Francis:
This header file is not in use in these arch/board specific files, remove them.
Signed-off-by: Neha Malcom Francis n-francis@ti.com
arch/arm/mach-k3/k3-ddr.c | 1 - board/ti/common/k3-ddr.c | 1 - 2 files changed, 2 deletions(-)
diff --git a/arch/arm/mach-k3/k3-ddr.c b/arch/arm/mach-k3/k3-ddr.c index 6e3e60cdc86..026381490da 100644 --- a/arch/arm/mach-k3/k3-ddr.c +++ b/arch/arm/mach-k3/k3-ddr.c @@ -5,7 +5,6 @@
#include <fdt_support.h> #include <dm/uclass.h> -#include <k3-ddrss.h>
k3_ddrss_ddr_fdt_fixup() is still used here and the compiler gives us a implicit declaration warning.
Regards, Wadim