summaryrefslogtreecommitdiff
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/boot/compressed/uart-alchemy.c b/arch/mips/boot/compressed/uart-alchemy.c
index 8ec63011e7dc..003967c084b3 100644
--- a/arch/mips/boot/compressed/uart-alchemy.c
+++ b/arch/mips/boot/compressed/uart-alchemy.c
@@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
#include <asm/mach-au1x00/au1000.h>
+#include "decompress.h"
+
void putc(char c)
{
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);