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