From: Tom Rini <trini@konsulko.com> Date: Tue, 30 Apr 2024 13:35:41 +0000 (-0600) Subject: arm: octeontx: Remove <common.h> and add needed includes X-Git-Tag: v2025.01-rc5-pxa1908~466^2~98 X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B?a=commitdiff_plain;h=a323695564b16312bc101abe04b0315fb932aa36;p=u-boot.git arm: octeontx: Remove <common.h> and add needed includes Remove <common.h> from all mach-octeontx files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com> --- diff --git a/arch/arm/mach-octeontx/clock.c b/arch/arm/mach-octeontx/clock.c index 9da21077ec..ffdee8799f 100644 --- a/arch/arm/mach-octeontx/clock.c +++ b/arch/arm/mach-octeontx/clock.c @@ -5,7 +5,6 @@ * https://spdx.org/licenses */ -#include <common.h> #include <asm/io.h> #include <asm/arch/board.h> #include <asm/arch/clock.h> diff --git a/arch/arm/mach-octeontx/cpu.c b/arch/arm/mach-octeontx/cpu.c index aa5f4585c6..90454edca2 100644 --- a/arch/arm/mach-octeontx/cpu.c +++ b/arch/arm/mach-octeontx/cpu.c @@ -5,7 +5,6 @@ * https://spdx.org/licenses */ -#include <common.h> #include <asm/armv8/mmu.h> #include <asm/global_data.h> #include <asm/io.h>