altera_jtag_uart: Adjust the declaration of debug_uart_init()

Follow commit 97b0597302 ("debug_uart: Adjust the declaration of
debug_uart_init()")

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Chin Liang See <clsee@altera.com>
This commit is contained in:
Thomas Chou 2015-11-03 14:18:27 +08:00
parent 9208d7eba1
commit 933529ce15
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ U_BOOT_DRIVER(altera_jtaguart) = {
#include <debug_uart.h>
void debug_uart_init(void)
static inline void _debug_uart_init(void)
{
}