Procházet zdrojové kódy

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 <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Chin Liang See <clsee@altera.com>
Thomas Chou před 9 roky
rodič
revize
933529ce15
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      drivers/serial/altera_jtag_uart.c

+ 1 - 1
drivers/serial/altera_jtag_uart.c

@@ -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)
 {
 }