From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init()
Date: Fri, 6 Nov 2015 12:35:33 +0800 [thread overview]
Message-ID: <563C2E15.7030905@wytron.com.tw> (raw)
In-Reply-To: <CAPnjgZ0T5b2rmTr40G5Pr7BN6Fw712R5avyTAWjVvV9iPG_5gA@mail.gmail.com>
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 <debug_uart.h>
>>>
>>> -void debug_uart_init(void)
>>> +void _debug_uart_init(void)
>
> BTW I think that should be static.
Will do. Thanks.
Best regards,
Thomas
prev parent reply other threads:[~2015-11-06 4:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-03 6:19 [U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init() Thomas Chou
2015-11-03 6:19 ` [U-Boot] [PATCH 2/2] altera_uart: " Thomas Chou
2015-11-03 15:22 ` Marek Vasut
2015-11-04 7:28 ` Chin Liang See
2015-11-06 1:28 ` Thomas Chou
2015-11-03 15:22 ` [U-Boot] [PATCH 1/2] altera_jtag_uart: " Marek Vasut
2015-11-04 7:27 ` Chin Liang See
2015-11-06 1:28 ` Thomas Chou
2015-11-06 3:15 ` Simon Glass
2015-11-06 4:35 ` Thomas Chou [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=563C2E15.7030905@wytron.com.tw \
--to=thomas@wytron.com.tw \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.