summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/xload-mmc.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 14:26:57 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:45 +0100
commit3bea992476a6b547bffa395342bbf44c99202331 (patch)
tree6f2c0e65af3c03bc522ef02477256a8848024b64 /arch/arm/mach-at91/xload-mmc.c
parent94384942a5b5857da7452eaa0bdefc16ad2edc7e (diff)
downloadbarebox-3bea992476a6b547bffa395342bbf44c99202331.tar.gz
barebox-3bea992476a6b547bffa395342bbf44c99202331.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91/xload-mmc.c')
-rw-r--r--arch/arm/mach-at91/xload-mmc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-at91/xload-mmc.c b/arch/arm/mach-at91/xload-mmc.c
index 33e5b203fe..9c03d2119c 100644
--- a/arch/arm/mach-at91/xload-mmc.c
+++ b/arch/arm/mach-at91/xload-mmc.c
@@ -1,12 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <common.h>
-#include <mach/xload.h>
-#include <mach/sama5_bootsource.h>
-#include <mach/hardware.h>
-#include <mach/sama5d2_ll.h>
-#include <mach/sama5d3_ll.h>
-#include <mach/gpio.h>
+#include <mach/at91/xload.h>
+#include <mach/at91/sama5_bootsource.h>
+#include <mach/at91/hardware.h>
+#include <mach/at91/sama5d2_ll.h>
+#include <mach/at91/sama5d3_ll.h>
+#include <mach/at91/gpio.h>
#include <linux/sizes.h>
#include <asm/cache.h>
#include <pbl/bio.h>