[PATCH 1/8] k3-ddr.c: Remove unwanted header files
Wadim Egorov
w.egorov at phytec.de
Tue Jan 28 06:02:05 CET 2025
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 at 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
More information about the U-Boot
mailing list