From: Tom Rini Date: Tue, 30 Apr 2024 13:35:41 +0000 (-0600) Subject: arm: octeontx: Remove and add needed includes X-Git-Tag: v2024.07-rc3~6^2~10^2~248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a323695564b16312bc101abe04b0315fb932aa36;p=pandora-u-boot.git arm: octeontx: Remove and add needed includes Remove from all mach-octeontx files and when needed add missing include files directly. Signed-off-by: Tom Rini --- diff --git a/arch/arm/mach-octeontx/clock.c b/arch/arm/mach-octeontx/clock.c index 9da21077ecd..ffdee8799fb 100644 --- a/arch/arm/mach-octeontx/clock.c +++ b/arch/arm/mach-octeontx/clock.c @@ -5,7 +5,6 @@ * https://spdx.org/licenses */ -#include #include #include #include diff --git a/arch/arm/mach-octeontx/cpu.c b/arch/arm/mach-octeontx/cpu.c index aa5f4585c6f..90454edca25 100644 --- a/arch/arm/mach-octeontx/cpu.c +++ b/arch/arm/mach-octeontx/cpu.c @@ -5,7 +5,6 @@ * https://spdx.org/licenses */ -#include #include #include #include