
Remove <common.h> from all mach-owl files and when needed add missing include files directly.
Signed-off-by: Tom Rini trini@konsulko.com --- Cc: Manivannan Sadhasivam manivannan.sadhasivam@linaro.org --- 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 f0f46f2dcb74..e6332452e3ee 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 81f6ca2e4919..6f0a220320e4 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[] = {