From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 3 Nov 2015 16:22:24 +0100 Subject: [U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init() In-Reply-To: <1446531575-17015-1-git-send-email-thomas@wytron.com.tw> References: <1446531575-17015-1-git-send-email-thomas@wytron.com.tw> Message-ID: <201511031622.24951.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, November 03, 2015 at 07:19:34 AM, Thomas Chou wrote: > Follow commit 97b059730218 ("debug_uart: Adjust the declaration of > debug_uart_init()") > > Signed-off-by: Thomas Chou Reviewed-by: Marek Vasut > --- > drivers/serial/altera_jtag_uart.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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) > { > } Best regards, Marek Vasut