aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 07:35:37 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:06:33 -0600
commit1f15c7f42ae335fbd78d49d9946912a95a9b2a47 (patch)
tree6789a041f3a4939f9f3858eb8c8b886791a67d71 /arch
parentc501db7566ac4e0e1cc9201ec4c480f2d7e9ce8c (diff)
downloadu-boot-1f15c7f42ae335fbd78d49d9946912a95a9b2a47.zip
u-boot-1f15c7f42ae335fbd78d49d9946912a95a9b2a47.tar.gz
u-boot-1f15c7f42ae335fbd78d49d9946912a95a9b2a47.tar.bz2
arm: owl: Remove <common.h> and add needed includes
Remove <common.h> from all mach-owl 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-owl/soc.c3
-rw-r--r--arch/arm/mach-owl/sysmap-owl.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-owl/soc.c b/arch/arm/mach-owl/soc.c
index f0f46f2..e633245 100644
--- a/arch/arm/mach-owl/soc.c
+++ b/arch/arm/mach-owl/soc.c
@@ -5,13 +5,14 @@
* Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
*/
+#include <config.h>
#include <cpu_func.h>
#include <init.h>
#include <asm/cache.h>
#include <asm/global_data.h>
+#include <asm/u-boot.h>
#include <linux/arm-smccc.h>
#include <linux/psci.h>
-#include <common.h>
#include <asm/io.h>
#include <asm/mach-types.h>
#include <asm/psci.h>
diff --git a/arch/arm/mach-owl/sysmap-owl.c b/arch/arm/mach-owl/sysmap-owl.c
index 81f6ca2..6f0a220 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 <manivannan.sadhasivam@linaro.org>
*/
-#include <common.h>
#include <asm/armv8/mmu.h>
static struct mm_region owl_mem_map[] = {