aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/boot/compressed/uart-alchemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/compressed/uart-alchemy.c')
-rw-r--r--arch/mips/boot/compressed/uart-alchemy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/boot/compressed/uart-alchemy.c b/arch/mips/boot/compressed/uart-alchemy.c
index eb063e6dead..4bee55b93f6 100644
--- a/arch/mips/boot/compressed/uart-alchemy.c
+++ b/arch/mips/boot/compressed/uart-alchemy.c
@@ -2,6 +2,5 @@
void putc(char c)
{
- /* all current (Jan. 2010) in-kernel boards */
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
}