summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/gpio.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-28 10:44:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-06 14:10:44 +0100
commit2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd (patch)
treef36a4ca5190c2eb9189fca91b29e17e5b7444ec6 /arch/arm/mach-ep93xx/gpio.c
parentfaf54bb0bb4660d41efca0d24a161f8dd5ef689c (diff)
downloadbarebox-2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd.tar.gz
barebox-2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd.tar.xz
ARM: ep93xx: Move mach header files to include/mach/ep93xx
Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all ep93xx specific header files to include/mach/ep93xx/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-ep93xx/gpio.c')
-rw-r--r--arch/arm/mach-ep93xx/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/gpio.c b/arch/arm/mach-ep93xx/gpio.c
index 20477f83e6..f30798fd4b 100644
--- a/arch/arm/mach-ep93xx/gpio.c
+++ b/arch/arm/mach-ep93xx/gpio.c
@@ -19,7 +19,7 @@
#include <init.h>
#include <io.h>
#include <gpio.h>
-#include <mach/ep93xx-regs.h>
+#include <mach/ep93xx/ep93xx-regs.h>
#define EP93XX_GPIO_NUM_PORTS 8
#define EP93XX_GPIO_NUM_GPIOS (EP93XX_GPIO_NUM_PORTS * 8)