diff options
author | Tom Rini | 2024-04-30 07:35:40 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:06:33 -0600 |
commit | 36e62b16156833659e5f0d31b02f7a7c614adca8 (patch) | |
tree | f409dcc5a6bf0552b192fb20b9f85d384e18aa74 /arch | |
parent | ba0b54babf31ac0272741814370810f1f72a5d8d (diff) |
arm: octeontx2: Remove <common.h> and add needed includes
Remove <common.h> from all mach-octeontx2 files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-octeontx2/clock.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-octeontx2/cpu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-octeontx2/clock.c b/arch/arm/mach-octeontx2/clock.c index 9da21077ecd..ffdee8799fb 100644 --- a/arch/arm/mach-octeontx2/clock.c +++ b/arch/arm/mach-octeontx2/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-octeontx2/cpu.c b/arch/arm/mach-octeontx2/cpu.c index 723deef719b..0a44af71a40 100644 --- a/arch/arm/mach-octeontx2/cpu.c +++ b/arch/arm/mach-octeontx2/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> |