summaryrefslogtreecommitdiff
path: root/drivers
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 /drivers
parentfaf54bb0bb4660d41efca0d24a161f8dd5ef689c (diff)
downloadbarebox-2cec17e2ffb2a30c8fe1d39c6d1e29706bed96dd.tar.gz
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 'drivers')
-rw-r--r--drivers/net/ep93xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ep93xx.c b/drivers/net/ep93xx.c
index ee650cdeea..77f8aa63db 100644
--- a/drivers/net/ep93xx.c
+++ b/drivers/net/ep93xx.c
@@ -21,7 +21,7 @@
#include <malloc.h>
#include <io.h>
#include <linux/types.h>
-#include <mach/ep93xx-regs.h>
+#include <mach/ep93xx/ep93xx-regs.h>
#include <linux/phy.h>
#include <platform_data/eth-ep93xx.h>
#include "ep93xx.h"