From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 6 Nov 2015 12:35:33 +0800 Subject: [U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init() In-Reply-To: References: <1446531575-17015-1-git-send-email-thomas@wytron.com.tw> <563C0220.3020604@wytron.com.tw> Message-ID: <563C2E15.7030905@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, >>> diff --git a/drivers/serial/altera_jtag_uart.c b/drivers/serial/altera_jtag_uart.c >>> index 767603c..5f0d7ac 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) >>> +void _debug_uart_init(void) > > BTW I think that should be static. Will do. Thanks. Best regards, Thomas