]> git.sur5r.net Git - u-boot/commitdiff
altera_jtag_uart: Adjust the declaration of debug_uart_init()
authorThomas Chou <thomas@wytron.com.tw>
Tue, 3 Nov 2015 06:18:27 +0000 (14:18 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Fri, 6 Nov 2015 04:56:46 +0000 (12:56 +0800)
Follow commit 97b059730218 ("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>
drivers/serial/altera_jtag_uart.c

index 767603ca031838b170c164105284f926031c2faf..c77bea3a1e013a728501f53bcf1cdc86fbb86829 100644 (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)
 {
 }