printf: Remove unused 'bprintf'
[drm/drm-misc.git] / arch / mips / boot / compressed / uart-prom.c
blob5fa3b99453338e3222350484e4d92e7dd1acaa40
1 // SPDX-License-Identifier: GPL-2.0
2 #include <asm/setup.h>
4 #include "decompress.h"
6 void putc(char c)
8 prom_putchar(c);