Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux...
[sfrench/cifs-2.6.git] / arch / mips / boot / compressed / uart-prom.c
index a8a0a32e05d1b3139f6b108556ae75d6694d21ec..5fa3b99453338e3222350484e4d92e7dd1acaa40 100644 (file)
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 #include <asm/setup.h>
 
+#include "decompress.h"
+
 void putc(char c)
 {
        prom_putchar(c);