From 1f15c7f42ae335fbd78d49d9946912a95a9b2a47 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 07:35:37 -0600 Subject: [PATCH] arm: owl: Remove and add needed includes Remove from all mach-owl files and when needed add missing include files directly. Signed-off-by: Tom Rini --- arch/arm/mach-owl/soc.c | 3 ++- arch/arm/mach-owl/sysmap-owl.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-owl/soc.c b/arch/arm/mach-owl/soc.c index f0f46f2dcb..e6332452e3 100644 --- a/arch/arm/mach-owl/soc.c +++ b/arch/arm/mach-owl/soc.c @@ -5,13 +5,14 @@ * Copyright (C) 2018 Manivannan Sadhasivam */ +#include #include #include #include #include +#include #include #include -#include #include #include #include diff --git a/arch/arm/mach-owl/sysmap-owl.c b/arch/arm/mach-owl/sysmap-owl.c index 81f6ca2e49..6f0a220320 100644 --- a/arch/arm/mach-owl/sysmap-owl.c +++ b/arch/arm/mach-owl/sysmap-owl.c @@ -6,7 +6,6 @@ * Copyright (C) 2018 Manivannan Sadhasivam */ -#include #include static struct mm_region owl_mem_map[] = { -- 2.39.5