From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 6 Nov 2015 09:28:19 +0800 Subject: [U-Boot] [PATCH 2/2] altera_uart: Adjust the declaration of debug_uart_init() In-Reply-To: <1446531575-17015-2-git-send-email-thomas@wytron.com.tw> References: <1446531575-17015-1-git-send-email-thomas@wytron.com.tw> <1446531575-17015-2-git-send-email-thomas@wytron.com.tw> Message-ID: <563C0233.9010006@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 On 2015?11?03? 14:19, Thomas Chou wrote: > Follow commit 97b059730218 ("debug_uart: Adjust the declaration of > debug_uart_init()") > > Signed-off-by: Thomas Chou > --- > drivers/serial/altera_uart.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-nios. > diff --git a/drivers/serial/altera_uart.c b/drivers/serial/altera_uart.c > index 4c4794e..6228981 100644 > --- a/drivers/serial/altera_uart.c > +++ b/drivers/serial/altera_uart.c > @@ -124,7 +124,7 @@ U_BOOT_DRIVER(altera_uart) = { > > #include > > -void debug_uart_init(void) > +void _debug_uart_init(void) > { > struct altera_uart_regs *regs = (void *)CONFIG_DEBUG_UART_BASE; > u32 div; >