summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/am3xxx-silicon.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 10:05:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:44 +0100
commitfd80779b3b55a318a3ef0725d14449fd2b683d81 (patch)
treef67c27f4588263824d90f703244ceb1dd85adfe3 /arch/arm/mach-omap/include/mach/am3xxx-silicon.h
parentb24a05ab83eac617654d48c5b60ad70177bf4ab9 (diff)
downloadbarebox-fd80779b3b55a318a3ef0725d14449fd2b683d81.tar.gz
barebox-fd80779b3b55a318a3ef0725d14449fd2b683d81.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/include/mach/am3xxx-silicon.h')
-rw-r--r--arch/arm/mach-omap/include/mach/am3xxx-silicon.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap/include/mach/am3xxx-silicon.h b/arch/arm/mach-omap/include/mach/am3xxx-silicon.h
deleted file mode 100644
index dba3d634d5..0000000000
--- a/arch/arm/mach-omap/include/mach/am3xxx-silicon.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef __ASM_ARCH_AM33XX_H
-#define __ASM_ARCH_AM33XX_H
-
-void am3xxx_uart_soft_reset(void __iomem *uart_base);
-
-#endif /* __ASM_ARCH_AM33XX_H */