summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/include/mach/devices.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-27 22:28:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:44 +0100
commit40c69683612999ea07de453677f0ee9a8853bad7 (patch)
tree54bea5a9d963250ac1861eb8aadab4f9bf60bf8a /arch/arm/mach-vexpress/include/mach/devices.h
parent0391575d9733702f4cfeda47a14ad49328b52c10 (diff)
downloadbarebox-40c69683612999ea07de453677f0ee9a8853bad7.tar.gz
barebox-40c69683612999ea07de453677f0ee9a8853bad7.tar.xz
ARM: vexpress: Move mach header files to include/mach/vexpress
Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all vexpress specific header files to include/mach/vexpress/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-vexpress/include/mach/devices.h')
-rw-r--r--arch/arm/mach-vexpress/include/mach/devices.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-vexpress/include/mach/devices.h b/arch/arm/mach-vexpress/include/mach/devices.h
deleted file mode 100644
index bef8c8b94f..0000000000
--- a/arch/arm/mach-vexpress/include/mach/devices.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnio@jcrosoft.com>
- *
- * GPLv2 only
- */
-
-#ifndef __ASM_ARCH_DEVICES_H__
-#define __ASM_ARCH_DEVICES_H__
-
-#include <linux/amba/mmci.h>
-
-void vexpress_a9_legacy_init(void);
-void vexpress_init(void);
-
-extern void *v2m_wdt_base;
-extern void *v2m_sysreg_base;
-
-#endif /* __ASM_ARCH_DEVICES_H__ */