From 3bea992476a6b547bffa395342bbf44c99202331 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 28 Feb 2023 14:26:57 +0100 Subject: ARM: at91: Move mach header files to include/mach/at91 Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all at91 specific header files to include/mach/at91/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer --- arch/arm/boards/at91rm9200ek/lowlevel.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'arch/arm/boards/at91rm9200ek/lowlevel.c') diff --git a/arch/arm/boards/at91rm9200ek/lowlevel.c b/arch/arm/boards/at91rm9200ek/lowlevel.c index 2a76e206e3..f412de7d4a 100644 --- a/arch/arm/boards/at91rm9200ek/lowlevel.c +++ b/arch/arm/boards/at91rm9200ek/lowlevel.c @@ -7,13 +7,13 @@ #include #include -#include +#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "config.h" -- cgit v1.2.3