summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-qemu
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-06 09:06:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-06 10:17:38 +0100
commit1b9f6ee3041e56d104b70044e9274c1b39830792 (patch)
tree12d64f7f12b06473f0ce5fd3b5ee80a46a006e6c /arch/arm/mach-qemu
parentc809f0bc436dcae05230a082597c046a307dc3bb (diff)
downloadbarebox-1b9f6ee3041e56d104b70044e9274c1b39830792.tar.gz
barebox-1b9f6ee3041e56d104b70044e9274c1b39830792.tar.xz
debug_ll: Move pl011 header file to architecture independent place
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-qemu')
-rw-r--r--arch/arm/mach-qemu/include/mach/debug_ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-qemu/include/mach/debug_ll.h b/arch/arm/mach-qemu/include/mach/debug_ll.h
index 89b06923ad..d59f68ea19 100644
--- a/arch/arm/mach-qemu/include/mach/debug_ll.h
+++ b/arch/arm/mach-qemu/include/mach/debug_ll.h
@@ -19,6 +19,6 @@
#define DEBUG_LL_UART_ADDR DEBUG_LL_PHYS_BASE_RS1
#endif
-#include <asm/debug_ll_pl011.h>
+#include <debug_ll/pl011.h>
#endif