summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-27 02:26:44 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2015-03-01 00:02:18 +0900
commita86ac9540e20c8e1d84342306b7dc1126222bae7 (patch)
treed23e849df56386ac81558cfd45c2ddabafaaa67d /arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S
parent9eb7acef97d1a892d59c5928001dd9516bb592de (diff)
downloadtalos-obmc-uboot-a86ac9540e20c8e1d84342306b7dc1126222bae7.tar.gz
talos-obmc-uboot-a86ac9540e20c8e1d84342306b7dc1126222bae7.zip
ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
Since commit 0e7368c6c426 (kbuild: prepare for moving headers into mach-*/include/mach), we can replace #include <asm/arch/*.h> with <mach/*.h> so we do not need to create the symbolic link during the build. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S')
-rw-r--r--arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S b/arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S
index a793b7c118..45aef7ad50 100644
--- a/arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S
+++ b/arch/arm/mach-uniphier/ph1-pro4/lowlevel_debug.S
@@ -8,11 +8,11 @@
*/
#include <linux/linkage.h>
-#include <asm/arch/sc-regs.h>
-#include <asm/arch/sg-regs.h>
+#include <mach/sc-regs.h>
+#include <mach/sg-regs.h>
#define UART_CLK 73728000
-#include <asm/arch/debug-uart.S>
+#include <mach/debug-uart.S>
ENTRY(setup_lowlevel_debug)
ldr r0, =SC_CLKCTRL
OpenPOWER on IntegriCloud