summaryrefslogtreecommitdiff
path: root/arch/mips/boot/compressed/uart-prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/compressed/uart-prom.c')
-rw-r--r--arch/mips/boot/compressed/uart-prom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/boot/compressed/uart-prom.c b/arch/mips/boot/compressed/uart-prom.c
index a8a0a32e05d1..5fa3b9945333 100644
--- a/arch/mips/boot/compressed/uart-prom.c
+++ b/arch/mips/boot/compressed/uart-prom.c
@@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
#include <asm/setup.h>
+#include "decompress.h"
+
void putc(char c)
{
prom_putchar(c);