From: Thomas Chou Date: Tue, 3 Nov 2015 06:18:27 +0000 (+0800) Subject: altera_jtag_uart: Adjust the declaration of debug_uart_init() X-Git-Tag: v2016.01-rc1~86^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=933529ce15a49a25c00dffd4c1988ce9206a9226;p=u-boot altera_jtag_uart: Adjust the declaration of debug_uart_init() Follow commit 97b059730218 ("debug_uart: Adjust the declaration of debug_uart_init()") Signed-off-by: Thomas Chou Reviewed-by: Marek Vasut Reviewed-by: Chin Liang See --- diff --git a/drivers/serial/altera_jtag_uart.c b/drivers/serial/altera_jtag_uart.c index 767603ca03..c77bea3a1e 100644 --- a/drivers/serial/altera_jtag_uart.c +++ b/drivers/serial/altera_jtag_uart.c @@ -130,7 +130,7 @@ U_BOOT_DRIVER(altera_jtaguart) = { #include -void debug_uart_init(void) +static inline void _debug_uart_init(void) { }