summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2013-06-03 14:53:25 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-04 07:18:42 +0200
commitbf26aa0002f0476d3e37a57285dac60437292c06 (patch)
tree7d21c6e4547580dace761c1895dd037b7305470d /arch/mips/mach-xburst
parente79e9467237bd7c78d59d4ea6322b20bb7ce3b39 (diff)
downloadbarebox-bf26aa0002f0476d3e37a57285dac60437292c06.tar.gz
barebox-bf26aa0002f0476d3e37a57285dac60437292c06.tar.xz
MIPS: unify ns16550 debug_ll support code
This commit moves the C debug_ll code from the MIPS <debug_ll_ns16550.h> header file to the MIPS <asm/debug_ll_ns16550.h> header file, so the C code and the asm code can use the same register address macros. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-xburst')
-rw-r--r--arch/mips/mach-xburst/include/mach/debug_ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-xburst/include/mach/debug_ll.h b/arch/mips/mach-xburst/include/mach/debug_ll.h
index f260e6581e..6c3c9804b5 100644
--- a/arch/mips/mach-xburst/include/mach/debug_ll.h
+++ b/arch/mips/mach-xburst/include/mach/debug_ll.h
@@ -22,6 +22,6 @@
* This File contains declaration for early output support
*/
#include <board/debug_ll.h>
-#include <debug_ll_ns16550.h>
+#include <asm/debug_ll_ns16550.h>
#endif /* __MACH_XBURST_DEBUG_LL__ */