From fd80779b3b55a318a3ef0725d14449fd2b683d81 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 28 Feb 2023 10:05:32 +0100 Subject: ARM: omap: Move mach header files to include/mach/omap Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all omap specific header files to include/mach/omap/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer --- arch/arm/boards/myirtech-x335x/board.c | 2 +- arch/arm/boards/myirtech-x335x/lowlevel.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'arch/arm/boards/myirtech-x335x') diff --git a/arch/arm/boards/myirtech-x335x/board.c b/arch/arm/boards/myirtech-x335x/board.c index c6d808284e..82bb612032 100644 --- a/arch/arm/boards/myirtech-x335x/board.c +++ b/arch/arm/boards/myirtech-x335x/board.c @@ -7,7 +7,7 @@ #include #include #include -#include +#include static struct omap_barebox_part myir_barebox_part = { .nand_offset = SZ_128K * 4, diff --git a/arch/arm/boards/myirtech-x335x/lowlevel.c b/arch/arm/boards/myirtech-x335x/lowlevel.c index c394253320..66d2dc1a53 100644 --- a/arch/arm/boards/myirtech-x335x/lowlevel.c +++ b/arch/arm/boards/myirtech-x335x/lowlevel.c @@ -8,12 +8,12 @@ #include #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #define AM335X_ZCZ_1000 0x1c2f -- cgit v1.2.3