summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/debug_ll_ns16550.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/debug_ll_ns16550.h')
-rw-r--r--arch/mips/include/debug_ll_ns16550.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/debug_ll_ns16550.h b/arch/mips/include/debug_ll_ns16550.h
index a8b74d29d8..e9c7ecf98e 100644
--- a/arch/mips/include/debug_ll_ns16550.h
+++ b/arch/mips/include/debug_ll_ns16550.h
@@ -28,7 +28,7 @@
#define LSR_THRE 0x20 /* Xmit holding register empty */
-static __inline__ void putc(char ch)
+static __inline__ void PUTC_LL(char ch)
{
while (!(__raw_readb((u8 *)DEBUG_LL_UART_ADDR + lsr) & LSR_THRE));
__raw_writeb(ch, (u8 *)DEBUG_LL_UART_ADDR + rbr);