diff options
author | Tom Rini | 2024-04-30 07:35:41 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:06:33 -0600 |
commit | a323695564b16312bc101abe04b0315fb932aa36 (patch) | |
tree | bff02ad1cac50b49acdea6fa756050e153d753d6 /arch/arm/mach-octeontx/clock.c | |
parent | 36e62b16156833659e5f0d31b02f7a7c614adca8 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-octeontx/clock.c')
-rw-r--r-- | arch/arm/mach-octeontx/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <common.h> #include <asm/io.h> #include <asm/arch/board.h> #include <asm/arch/clock.h> |